Author: jogo Date: 2014-09-07 11:38:13 +0200 (Sun, 07 Sep 2014) New Revision: 42431
Modified: trunk/package/kernel/mac80211/Makefile Log: 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 <[email protected]> Modified: trunk/package/kernel/mac80211/Makefile =================================================================== --- trunk/package/kernel/mac80211/Makefile 2014-09-07 09:38:10 UTC (rev 42430) +++ trunk/package/kernel/mac80211/Makefile 2014-09-07 09:38:13 UTC (rev 42431) @@ -521,12 +521,12 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
