mac80211: update the channel context after channel switch
[deliverable/linux.git] / net / mac80211 / chan.c
index 5d6dae9e4aac099379e6ad8ed54d5ef40eac0f88..da1c12c34487e31b8d183ab70b856c5f3f4466bb 100644 (file)
@@ -1011,6 +1011,10 @@ ieee80211_vif_use_reserved_reassign(struct ieee80211_sub_if_data *sdata)
 
        ieee80211_vif_update_chandef(sdata, &sdata->reserved_chandef);
 
+       ieee80211_recalc_smps_chanctx(local, new_ctx);
+       ieee80211_recalc_radar_chanctx(local, new_ctx);
+       ieee80211_recalc_chanctx_min_def(local, new_ctx);
+
        if (changed)
                ieee80211_bss_info_change_notify(sdata, changed);
 
This page took 0.026464 seconds and 5 git commands to generate.