diff options
Diffstat (limited to 'net/mac80211/chan.c')
-rw-r--r-- | net/mac80211/chan.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mac80211/chan.c b/net/mac80211/chan.c index 5d6dae9e4aac..da1c12c34487 100644 --- a/net/mac80211/chan.c +++ b/net/mac80211/chan.c | |||
@@ -1011,6 +1011,10 @@ ieee80211_vif_use_reserved_reassign(struct ieee80211_sub_if_data *sdata) | |||
1011 | 1011 | ||
1012 | ieee80211_vif_update_chandef(sdata, &sdata->reserved_chandef); | 1012 | ieee80211_vif_update_chandef(sdata, &sdata->reserved_chandef); |
1013 | 1013 | ||
1014 | ieee80211_recalc_smps_chanctx(local, new_ctx); | ||
1015 | ieee80211_recalc_radar_chanctx(local, new_ctx); | ||
1016 | ieee80211_recalc_chanctx_min_def(local, new_ctx); | ||
1017 | |||
1014 | if (changed) | 1018 | if (changed) |
1015 | ieee80211_bss_info_change_notify(sdata, changed); | 1019 | ieee80211_bss_info_change_notify(sdata, changed); |
1016 | 1020 | ||