diff options
author | Zefir Kurtisi <zefir.kurtisi@neratec.com> | 2015-03-10 12:49:31 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-03-16 11:53:10 -0400 |
commit | 387f149a2ace2e2569fb8fde6011cce2a84e07b8 (patch) | |
tree | bee9a500d6a69250e5c3d3842aac08716675224a | |
parent | 58766977ad12b90ca7d7fa4d9ffd2dfde1bcf469 (diff) |
ath9k: allow 40MHz radar detection width
Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
-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 | }; |