File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
drivers/net/wireless/intel/iwlwifi/mvm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1970,7 +1970,6 @@ static void iwl_mvm_mac_remove_interface(struct ieee80211_hw *hw,
1970
1970
mvm -> p2p_device_vif = NULL ;
1971
1971
}
1972
1972
1973
- iwl_mvm_unset_link_mapping (mvm , vif , & vif -> bss_conf );
1974
1973
iwl_mvm_mac_ctxt_remove (mvm , vif );
1975
1974
1976
1975
RCU_INIT_POINTER (mvm -> vif_id_to_mac [mvmvif -> id ], NULL );
@@ -1979,6 +1978,7 @@ static void iwl_mvm_mac_remove_interface(struct ieee80211_hw *hw,
1979
1978
mvm -> monitor_on = false;
1980
1979
1981
1980
out :
1981
+ iwl_mvm_unset_link_mapping (mvm , vif , & vif -> bss_conf );
1982
1982
if (vif -> type == NL80211_IFTYPE_AP ||
1983
1983
vif -> type == NL80211_IFTYPE_ADHOC ) {
1984
1984
iwl_mvm_dealloc_int_sta (mvm , & mvmvif -> deflink .mcast_sta );
You can’t perform that action at this time.
0 commit comments