cfg80211: make WEXT compatibility unselectable
authorJohannes Berg <johannes.berg@intel.com>
Fri, 28 Nov 2014 11:14:06 +0000 (12:14 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 28 Nov 2014 11:21:34 +0000 (12:21 +0100)
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>
net/wireless/Kconfig

index 29c8675..22ba971 100644 (file)
@@ -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