From: Zefir Kurtisi Date: Tue, 10 Mar 2015 16:49:31 +0000 (+0100) Subject: ath9k: allow 40MHz radar detection width X-Git-Tag: v4.1-rc1~128^2~95^2~77 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=387f149a2ace2e2569fb8fde6011cce2a84e07b8;p=karo-tx-linux.git ath9k: allow 40MHz radar detection width Signed-off-by: Zefir Kurtisi Signed-off-by: Kalle Valo --- 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[] = { .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_20) | + BIT(NL80211_CHAN_WIDTH_40), } #endif };