add chaos_calmer branch
[15.05/openwrt.git] / package / kernel / mac80211 / patches / 304-ath9k-allow-40MHz-radar-detection-width.patch
1 From: Zefir Kurtisi <zefir.kurtisi@neratec.com>
2 Date: Tue, 10 Mar 2015 17:49:31 +0100
3 Subject: [PATCH] ath9k: allow 40MHz radar detection width
4
5 Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
6 ---
7
8 --- a/drivers/net/wireless/ath/ath9k/init.c
9 +++ b/drivers/net/wireless/ath/ath9k/init.c
10 @@ -763,7 +763,8 @@ static const struct ieee80211_iface_comb
11                 .num_different_channels = 1,
12                 .beacon_int_infra_match = true,
13                 .radar_detect_widths =  BIT(NL80211_CHAN_WIDTH_20_NOHT) |
14 -                                       BIT(NL80211_CHAN_WIDTH_20),
15 +                                       BIT(NL80211_CHAN_WIDTH_20) |
16 +                                       BIT(NL80211_CHAN_WIDTH_40),
17         }
18  #endif
19  };