[OpenWrt-Devel] [patch] mac80211: Force Atheros drivers to respect the user's regdomain settings by default
Jiri Pirko
jiri at resnulli.us
Fri Apr 3 06:09:15 EDT 2015
User's regdomain should know the correct setting. So change default for
ath drivers to respect those.
Signed-off-by: Jiri Pirko <jiri at resnulli.us>
---
package/kernel/mac80211/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 11c8bcf..ab79330 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -503,6 +503,7 @@ define KernelPackage/ath/config
if PACKAGE_kmod-ath
config ATH_USER_REGD
bool "Force Atheros drivers to respect the user's regdomain settings"
+ default y
help
Atheros' idea of regulatory handling is that the EEPROM of the card defines
the regulatory limits and the user is only allowed to restrict the settings
--
1.9.3
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list