iwlwifi: mvm: initialise ADD_STA before sending it to the firmware
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 20 Sep 2016 10:40:33 +0000 (13:40 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
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 <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/sta.c

index 258a234..fc77188 100644 (file)
@@ -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);