From d5f375c39db18319f61d1f4f4b2d470750eed4c3 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Wed, 6 Jan 2016 13:17:22 +0100 Subject: Revert "Allow DFS channels" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b5731df419072101c16fae8e68bac292acfe4638. Part of the main release now that DFS is supported Signed-off-by: Bjørn Mork --- main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.c b/main.c index 76a9a98..98af779 100644 --- a/main.c +++ b/main.c @@ -145,10 +145,6 @@ 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