aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/Makefile
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-09-07 09:38:13 +0000
committerJonas Gorski <jogo@openwrt.org>2014-09-07 09:38:13 +0000
commit288e50a79ced282f4396d42bb0c21cecd6e2e31e (patch)
treef9f3ae28fc7eb49e3291a5f29a9b3df096dcb067 /package/kernel/mac80211/Makefile
parent68fcb15f90edd92ef36990c5696b9e79df07a6ec (diff)
downloadupstream-288e50a79ced282f4396d42bb0c21cecd6e2e31e.tar.gz
upstream-288e50a79ced282f4396d42bb0c21cecd6e2e31e.tar.bz2
upstream-288e50a79ced282f4396d42bb0c21cecd6e2e31e.zip
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 <jogo@openwrt.org> SVN-Revision: 42431
Diffstat (limited to 'package/kernel/mac80211/Makefile')
-rw-r--r--package/kernel/mac80211/Makefile4
1 files changed, 2 insertions, 2 deletions
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