summaryrefslogtreecommitdiff
path: root/tools/leds
ModeNameSize
-rw-r--r--.gitignore8logplain
-rw-r--r--Makefile188logplain
-rw-r--r--uledmon.c1282logplain
p;id2=9ba221b372c177b6908ff8c39b7b056538622ae1'>diff)
iwlwifi: mvm: always free inactive queue when moving ownership
If iwl_mvm_find_free_queue() doesn't find a free queue, it will return an inactive one. However, not all the call paths free this queue before reassigning it, which is a bug. Check it in other paths and act accordingly. Fixes: 9794c64f302d ("iwlwifi: mvm: support dqa queue inactivation upon timeout") Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat
-rw-r--r--drivers/net/wireless/intel/iwlwifi/mvm/sta.c101
1 files changed, 69 insertions, 32 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c