diff options
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c index 15f2d826bb4b..8b4584541272 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | |||
@@ -1878,11 +1878,6 @@ static void iwl_mvm_bss_info_changed_station(struct iwl_mvm *mvm, | |||
1878 | if (changes & BSS_CHANGED_ASSOC && bss_conf->assoc) | 1878 | if (changes & BSS_CHANGED_ASSOC && bss_conf->assoc) |
1879 | iwl_mvm_mac_ctxt_recalc_tsf_id(mvm, vif); | 1879 | iwl_mvm_mac_ctxt_recalc_tsf_id(mvm, vif); |
1880 | 1880 | ||
1881 | if (changes & BSS_CHANGED_ASSOC && !bss_conf->assoc && | ||
1882 | mvmvif->lqm_active) | ||
1883 | iwl_mvm_send_lqm_cmd(vif, LQM_CMD_OPERATION_STOP_MEASUREMENT, | ||
1884 | 0, 0); | ||
1885 | |||
1886 | /* | 1881 | /* |
1887 | * If we're not associated yet, take the (new) BSSID before associating | 1882 | * If we're not associated yet, take the (new) BSSID before associating |
1888 | * so the firmware knows. If we're already associated, then use the old | 1883 | * so the firmware knows. If we're already associated, then use the old |
@@ -3879,11 +3874,6 @@ static int iwl_mvm_pre_channel_switch(struct ieee80211_hw *hw, | |||
3879 | 3874 | ||
3880 | break; | 3875 | break; |
3881 | case NL80211_IFTYPE_STATION: | 3876 | case NL80211_IFTYPE_STATION: |
3882 | if (mvmvif->lqm_active) | ||
3883 | iwl_mvm_send_lqm_cmd(vif, | ||
3884 | LQM_CMD_OPERATION_STOP_MEASUREMENT, | ||
3885 | 0, 0); | ||
3886 | |||
3887 | /* Schedule the time event to a bit before beacon 1, | 3877 | /* Schedule the time event to a bit before beacon 1, |
3888 | * to make sure we're in the new channel when the | 3878 | * to make sure we're in the new channel when the |
3889 | * GO/AP arrives. In case count <= 1 immediately schedule the | 3879 | * GO/AP arrives. In case count <= 1 immediately schedule the |