diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-05-16 23:40:19 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-05 15:32:15 -0400 |
commit | 10bab00afed042c1a38ed5ffb135e2aea5ce1277 (patch) | |
tree | bf8f1117797d8e1aed78e5e796f949e8a4e6a510 /net/wireless | |
parent | 35b2a113cb0298d4f9a1263338b456094a414057 (diff) | |
download | talos-op-linux-10bab00afed042c1a38ed5ffb135e2aea5ce1277.tar.gz talos-op-linux-10bab00afed042c1a38ed5ffb135e2aea5ce1277.zip |
cfg80211: deprecate CFG80211_WEXT
Almost all wireless tools have transitioned to
or at least added compatibility with nl80211 so
there's no real need for CONFIG_CFG80211_WEXT
any more. Mark it for removal, and also change
the default to not be enabled.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless')
-rw-r--r-- | net/wireless/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index 8dba3c60794a..4d2b1ec6516f 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig @@ -114,7 +114,6 @@ config CFG80211_WEXT bool "cfg80211 wireless extensions compatibility" depends on CFG80211 select WEXT_CORE - default y help Enable this option if you need old userspace for wireless extensions with cfg80211-based drivers. |