summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
diff options
context:
space:
mode:
authorLuca Coelho2016-05-10 10:56:24 +0200
committerLuca Coelho2016-05-10 10:56:24 +0200
commita525d0eab17d2ca39c3fbc03783eb2350b040d45 (patch)
tree86fa9932079d920cd233f127aab3807ba21404cc /drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
parentMerge tag 'mac80211-next-for-davem-2016-04-13' of git://git.kernel.org/pub/sc... (diff)
parentiwlwifi: mvm: don't override the rate with the AMSDU len (diff)
downloadkernel-qcow2-linux-a525d0eab17d2ca39c3fbc03783eb2350b040d45.tar.gz
kernel-qcow2-linux-a525d0eab17d2ca39c3fbc03783eb2350b040d45.tar.xz
kernel-qcow2-linux-a525d0eab17d2ca39c3fbc03783eb2350b040d45.zip
Merge tag 'iwlwifi-for-kalle-2016-05-04' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes
* fix P2P rates (and possibly other issues) Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
index ef91b3770703..5ace468070cb 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
@@ -1149,6 +1149,8 @@ void __iwl_mvm_mac_stop(struct iwl_mvm *mvm)
/* the fw is stopped, the aux sta is dead: clean up driver state */
iwl_mvm_del_aux_sta(mvm);
+ iwl_free_fw_paging(mvm);
+
/*
* Clear IN_HW_RESTART flag when stopping the hw (as restart_complete()
* won't be called in this case).