ath9k: allow 40MHz radar detection width
authorZefir Kurtisi <zefir.kurtisi@neratec.com>
Tue, 10 Mar 2015 16:49:31 +0000 (17:49 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 16 Mar 2015 15:53:10 +0000 (17:53 +0200)
Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/init.c

index de862ad..b889a8f 100644 (file)
@@ -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
 };