Просмотр исходного кода

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]>

SVN-Revision: 42431
Jonas Gorski 11 лет назад
Родитель
Сommit
288e50a79c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      package/kernel/mac80211/Makefile

+ 2 - 2
package/kernel/mac80211/Makefile

@@ -521,12 +521,12 @@ define KernelPackage/ath/config
 
 
 	config PACKAGE_ATH_DFS
 	config PACKAGE_ATH_DFS
 		bool "Enable DFS support"
 		bool "Enable DFS support"
+		default y
 		help
 		help
 		  Dynamic frequency selection (DFS) is required for most of the 5 GHz band
 		  Dynamic frequency selection (DFS) is required for most of the 5 GHz band
 		  channels in Europe, US, and Japan.
 		  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
   endif
 endef
 endef