projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ac37d0
)
iwlwifi: mvm: initialise ADD_STA before sending it to the firmware
author
Emmanuel Grumbach
<
[email protected]
>
Tue, 20 Sep 2016 10:40:33 +0000
(13:40 +0300)
committer
Luca Coelho
<
[email protected]
>
Mon, 26 Sep 2016 20:15:26 +0000
(23:15 +0300)
When we unshare a queue, the ADD_STA was not properly
initialised.
Signed-off-by: Emmanuel Grumbach <
[email protected]
>
Signed-off-by: Luca Coelho <
[email protected]
>
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
index 258a234feb71181f8fe6812a4536a83760825f0b..fc771885e3831b17f589a688f359ac7e8c40cbfe 100644
(file)
--- a/
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
+++ b/
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
@@
-933,7
+933,7
@@
static void iwl_mvm_unshare_queue(struct iwl_mvm *mvm, int queue)
/* If aggs should be turned back on - do it */
if (mvmsta->tid_data[tid].state == IWL_AGG_ON) {
- struct iwl_mvm_add_sta_cmd cmd;
+ struct iwl_mvm_add_sta_cmd cmd
= {0}
;
mvmsta->tid_disable_agg &= ~BIT(tid);