From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> This adds CONFIG_CFG80211_EXPERT which can be used for non-standard settings that are typically used for device certification testing or research purposes. We'd use CONFIG_EXPERT alone but it seems that most standard Linux distributions are enabling CONFIG_EXPERT already. This allows us to define wireless specific kernel features under a flag that is intended by design to be disabled by standard Linux distributions. Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> --- net/wireless/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index 4d2b1ec..3cc5293 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig @@ -74,6 +74,15 @@ config CFG80211_REG_DEBUG If unsure, say N. +config CFG80211_EXPERT + bool "cfg80211 expert mode" + depends on CFG80211 && EXPERT + default n + ---help--- + You should disable this unless you are doing some wireless + certification testing in a controlled environment or working with + wireless research in a controlled environment. + config CFG80211_DEFAULT_PS bool "enable powersave by default" depends on CFG80211 -- 1.7.10.rc1.22.gf5241 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html