From f2635636182d65671fe30079b6b9ea673b1c74a4 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 7 Sep 2014 09:38:13 +0000 Subject: mac80211: enable DFS support for ath9k/10k by default The DFS pattern detector now supports all three regions; ETSI, FCC and JP, so there is no reason to not have it enabled anymore. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42431 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/mac80211/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel/mac80211') diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 14feeef4d5..72d4ac08af 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -521,12 +521,12 @@ define KernelPackage/ath/config config PACKAGE_ATH_DFS bool "Enable DFS support" + default y help Dynamic frequency selection (DFS) is required for most of the 5 GHz band channels in Europe, US, and Japan. - Select this option if you want to use such channels. Only EU (ETSI) DFS - is supported at the moment. + Select this option if you want to use such channels. endif endef -- cgit v1.2.3