]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
iwlwifi: mvm: Flush non STA TX queues
authorDavid Spinadel <david.spinadel@intel.com>
Tue, 29 Aug 2017 10:56:02 +0000 (13:56 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 8 Sep 2017 08:28:34 +0000 (11:28 +0300)
commit6110d9e5bdd15c4e60fb67f330fbf74681e7daf7
treeb29f6133eac260d78c10ae547bc049e529d60bc7
parent59cd827f26019ac790b2f34cbad478037f51c570
iwlwifi: mvm: Flush non STA TX queues

When starting wowlan mac80211 requests flush w/o vif
and we ignore this request. As a result some packets
stay stuck in the queue and it may end up with a queue
hang.

Allow the driver to flush queues even if station isn't
specified.

Signed-off-by: David Spinadel <david.spinadel@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c