diff --git a/mt76x2_init.c b/mt76x2_init.c index 7e9464947..fd7328d1b 100644 --- a/mt76x2_init.c +++ b/mt76x2_init.c @@ -702,6 +702,10 @@ static const struct ieee80211_iface_combination if_comb[] = { .max_interfaces = 8, .num_different_channels = 1, .beacon_int_infra_match = true, + .radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) | + BIT(NL80211_CHAN_WIDTH_20) | + BIT(NL80211_CHAN_WIDTH_40) | + BIT(NL80211_CHAN_WIDTH_80), } };