aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/Kconfig
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2014-11-28 12:14:06 +0100
committerJohannes Berg <johannes.berg@intel.com>2014-11-28 12:21:34 +0100
commit24a0aa212ee2dbe44360288684478d76a8e20a0a (patch)
tree6a3a469abe00e6b9823e862422a8cb7eeee97ffb /net/wireless/Kconfig
parentmac80211: copy chandef from AP vif to VLANs (diff)
downloadlinux-dev-24a0aa212ee2dbe44360288684478d76a8e20a0a.tar.xz
linux-dev-24a0aa212ee2dbe44360288684478d76a8e20a0a.zip
cfg80211: make WEXT compatibility unselectable
This option has been marked for deprecation and removal for a little more than two years, but it's not been very clearly signalled since it was always possible to just select it. Make it unselectable now to signal anyone who's still using it after all this time more clearly. They can still get it back, but only by patching the kernel. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/Kconfig')
-rw-r--r--net/wireless/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index 29c8675f9a11..22ba971741e5 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -175,7 +175,7 @@ config CFG80211_INTERNAL_REGDB
Most distributions have a CRDA package. So if unsure, say N.
config CFG80211_WEXT
- bool "cfg80211 wireless extensions compatibility"
+ bool
depends on CFG80211
select WEXT_CORE
help