]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: mvm: freeze management TXQ timer when station goes to sleep
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 19 Nov 2018 07:32:39 +0000 (09:32 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 29 Jan 2019 14:10:32 +0000 (16:10 +0200)
commit311590a3a21eda3f787a3dce1b8bf675f0d63bf7
treeaede0135c988b9e85dc048b0ad6211aa74bbee0f
parent57e861d9362ed303ac5c0df1bc11760979de9f55
iwlwifi: mvm: freeze management TXQ timer when station goes to sleep

We maintain a timer for each Tx queue to detect stalls and
be able to recover / debug.
When we work in AP mode, we can freeze the Tx queue timer if
a station goes to sleep, because we don't want to warn about
stalls that are caused by faulty clients that don't wake up
on time.
This mechanism was applied to the queues of the clients, but
the management queue was omitted. Fix that.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c