From: Eliad Peller Date: Mon, 29 Dec 2014 06:24:13 +0000 (+0200) Subject: wl18xx: declare radar_detect_widths support for ap interfaces X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=86f2db86d410f5dc3e89cc7d9c31607f0c7763bd;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Kalle Valo --- 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[] = { .limits = wl18xx_iface_ap_limits, .n_limits = ARRAY_SIZE(wl18xx_iface_ap_limits), .num_different_channels = 1, + .radar_detect_widths = BIT(NL80211_CHAN_NO_HT) | + BIT(NL80211_CHAN_HT20) | + BIT(NL80211_CHAN_HT40MINUS) | + BIT(NL80211_CHAN_HT40PLUS), } };