From ea286a1b97a2117ef120c5e2bcd6eb990a06c4c7 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Mon, 13 Apr 2015 13:32:25 +0200 Subject: Allow DFS channels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.c b/main.c index 24a3686..2ea256b 100644 --- a/main.c +++ b/main.c @@ -127,6 +127,10 @@ static const struct ieee80211_iface_combination ap_if_comb = { .n_limits = ARRAY_SIZE(ap_if_limits), .max_interfaces = SYSADPT_NUM_OF_AP, .num_different_channels = 1, + .radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) | + BIT(NL80211_CHAN_WIDTH_20) | + BIT(NL80211_CHAN_WIDTH_40) | + BIT(NL80211_CHAN_WIDTH_80), }; static int mwl_alloc_pci_resource(struct mwl_priv *priv) -- cgit v1.2.3