iwlwifi: mvm: wake the correct mac80211 queue
authorAvraham Stern <avraham.stern@intel.com>
Sun, 3 Sep 2017 13:04:38 +0000 (16:04 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 8 Sep 2017 08:44:09 +0000 (11:44 +0300)
commit8458e48ac7ad86a5ab7f3d1a8cacd9205a9a97ce
tree53710aa9a9b3a44a906c7f35d06cad3d0766f278
parentbd800e41a3de5c7e56b2fd27088bdaf5e228d227
iwlwifi: mvm: wake the correct mac80211 queue

iwl_mvm_start_mac_queues() takes a bitmap of the queues to wake.
When deferred tx is purged, set the bit of the hw_queue so
the correct queue will be waken up.

Fixes: 7e39a00d5931 ("iwlwifi: mvm: start mac queues when deferred tx frames are purged")
Signed-off-by: Avraham Stern <avraham.stern@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c