commit | a0315dea9091d1ebc1534f6129b3fc9942b8ca99 | [log] [tgz] |
---|---|---|
author | Liad Kaufman <liad.kaufman@intel.com> | Thu Jul 07 13:25:59 2016 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Sep 16 09:10:26 2016 +0300 |
tree | b22bfa80641c40913c166bb6e8778fc20364c705 | |
parent | 7585c354637bb003ce612dd22f5047c015545ef4 [diff] |
iwlwifi: mvm: free reserved queue on STA removal When a STA is removed in DQA mode, if no traffic went through its reserved queue, the txq continues to be marked as reserved and no STA can use it. Make sure that in such a case the reserved queue is marked as free when the STA is removed. Fixes: commit 24afba7690e4 ("iwlwifi: mvm: support bss dynamic alloc/dealloc of queues") Signed-off-by: Liad Kaufman <liad.kaufman@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>