diff options
author | Eliad Peller <eliad@wizery.com> | 2014-12-29 01:24:13 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-01-09 08:48:05 -0500 |
commit | 86f2db86d410f5dc3e89cc7d9c31607f0c7763bd (patch) | |
tree | f1562018550e00373cb38f5f796658d84d2c7f55 /drivers/net/wireless/ti/wl18xx | |
parent | 1cd91b2c4d8a5ebe9ba7874fcd45ee2b9b444b04 (diff) |
wl18xx: declare radar_detect_widths support for ap interfaces
After having all the dfs infrastructure in place, declare
radar_detect_widths support for the ap interfaces combination.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c index 0e96b38a612f..717c4f5a02c2 100644 --- a/drivers/net/wireless/ti/wl18xx/main.c +++ b/drivers/net/wireless/ti/wl18xx/main.c | |||
@@ -1799,6 +1799,10 @@ wl18xx_iface_combinations[] = { | |||
1799 | .limits = wl18xx_iface_ap_limits, | 1799 | .limits = wl18xx_iface_ap_limits, |
1800 | .n_limits = ARRAY_SIZE(wl18xx_iface_ap_limits), | 1800 | .n_limits = ARRAY_SIZE(wl18xx_iface_ap_limits), |
1801 | .num_different_channels = 1, | 1801 | .num_different_channels = 1, |
1802 | .radar_detect_widths = BIT(NL80211_CHAN_NO_HT) | | ||
1803 | BIT(NL80211_CHAN_HT20) | | ||
1804 | BIT(NL80211_CHAN_HT40MINUS) | | ||
1805 | BIT(NL80211_CHAN_HT40PLUS), | ||
1802 | } | 1806 | } |
1803 | }; | 1807 | }; |
1804 | 1808 | ||