diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 27c234948fbe..6da32bd4c6c6 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c @@ -4409,7 +4409,7 @@ __ieee80211_channel_switch(struct wiphy *wiphy, struct net_device *dev, goto out; /* if reservation is invalid then this will fail */ - err = ieee80211_check_combinations(sdata, NULL, chanctx->mode, 0, -1); + err = ieee80211_check_combinations(sdata, NULL, 0, 0, -1); if (err) { ieee80211_link_unreserve_chanctx(link_data); goto out;