From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> Turns out that standard Linux distributions leave CONFIG_EXPERT enabled. This makes this option useless for wireless testing / research purposes as we don't want certain features enabled on all kernel builds. This adds a new CONFIG_CFG80211_EXPERT and makes a few features depend on them. Luis R. Rodriguez (3): cfg80211: add CONFIG_CFG80211_EXPERT ath5k: replace modparam_all_channels with CONFIG_ATH5K_TEST_CHANNELS ath9k: make CONFIG_ATH9K_DFS_CERTIFIED depend on CONFIG_CFG80211_EXPERT drivers/net/wireless/ath/ath5k/Kconfig | 8 ++++++++ drivers/net/wireless/ath/ath5k/base.c | 17 ++++++++++------- drivers/net/wireless/ath/ath9k/Kconfig | 2 +- net/wireless/Kconfig | 9 +++++++++ 4 files changed, 28 insertions(+), 8 deletions(-) -- 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