diff options
-rw-r--r-- | drivers/net/wireless/ath/ath9k/init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c index de862ad13b51..b889a8fc1982 100644 --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c | |||
@@ -770,7 +770,8 @@ static const struct ieee80211_iface_combination if_comb[] = { | |||
770 | .num_different_channels = 1, | 770 | .num_different_channels = 1, |
771 | .beacon_int_infra_match = true, | 771 | .beacon_int_infra_match = true, |
772 | .radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) | | 772 | .radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) | |
773 | BIT(NL80211_CHAN_WIDTH_20), | 773 | BIT(NL80211_CHAN_WIDTH_20) | |
774 | BIT(NL80211_CHAN_WIDTH_40), | ||
774 | } | 775 | } |
775 | #endif | 776 | #endif |
776 | }; | 777 | }; |