OSDN Git Service

iwlwifi: fix multi queue notification for a000 devices
authorSara Sharon <sara.sharon@intel.com>
Thu, 19 Oct 2017 05:46:50 +0000 (08:46 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 3 Nov 2017 09:56:09 +0000 (11:56 +0200)
commitcb8550e15bd1c90ebce9444769a856b799340320
treeabcd3bb02bccd8662c28bae793ae9a1ee3a48be1
parentfb12777ab59b4c8319c931970e28a5406d1aa702
iwlwifi: fix multi queue notification for a000 devices

Currently we return early from sync_rx_queues for a000 devices.
This may cause, in case of a non-empty reorder buffer, a warning
later on since the RX queue isn't getting the notification to
empty it.
A better approach would be to send the notification for the default
queue only.
Do this hard coded for now, until we will have the API to enable
multi queue for a000 devices.

Fixes: bc0294696456 ("iwlwifi: mvm: disable RX queue notification for a000 devices")
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c