diff options
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 13 | ||||
-rw-r--r-- | net/wireless/Kconfig | 1 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 0258e3d06280..dec901554ef7 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -440,6 +440,19 @@ Who: Hans Verkuil <hans.verkuil@cisco.com> | |||
440 | 440 | ||
441 | ---------------------------- | 441 | ---------------------------- |
442 | 442 | ||
443 | What: CONFIG_CFG80211_WEXT | ||
444 | When: as soon as distributions ship new wireless tools, ie. wpa_supplicant 1.0 | ||
445 | and NetworkManager/connman/etc. that are able to use nl80211 | ||
446 | Why: Wireless extensions are deprecated, and userland tools are moving to | ||
447 | using nl80211. New drivers are no longer using wireless extensions, | ||
448 | and while there might still be old drivers, both new drivers and new | ||
449 | userland no longer needs them and they can't be used for an feature | ||
450 | developed in the past couple of years. As such, compatibility with | ||
451 | wireless extensions in new drivers will be removed. | ||
452 | Who: Johannes Berg <johannes@sipsolutions.net> | ||
453 | |||
454 | ---------------------------- | ||
455 | |||
443 | What: g_file_storage driver | 456 | What: g_file_storage driver |
444 | When: 3.8 | 457 | When: 3.8 |
445 | Why: This driver has been superseded by g_mass_storage. | 458 | Why: This driver has been superseded by g_mass_storage. |
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 | |||
114 | bool "cfg80211 wireless extensions compatibility" | 114 | bool "cfg80211 wireless extensions compatibility" |
115 | depends on CFG80211 | 115 | depends on CFG80211 |
116 | select WEXT_CORE | 116 | select WEXT_CORE |
117 | default y | ||
118 | help | 117 | help |
119 | Enable this option if you need old userspace for wireless | 118 | Enable this option if you need old userspace for wireless |
120 | extensions with cfg80211-based drivers. | 119 | extensions with cfg80211-based drivers. |