diff --git a/net/mac80211/chan.c b/net/mac80211/chan.c index 94c83f58e23d..d62f91656a19 100644 --- a/net/mac80211/chan.c +++ b/net/mac80211/chan.c @@ -1405,6 +1405,7 @@ ieee80211_link_use_reserved_reassign(struct ieee80211_link_data *link) goto out; } + link->radar_required = link->reserved_radar_required; list_move(&link->assigned_chanctx_list, &new_ctx->assigned_links); rcu_assign_pointer(link_conf->chanctx_conf, &new_ctx->conf);