From: Johannes Berg 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 --- Documentation/feature-removal-schedule.txt | 13 +++++++++++++ net/wireless/Kconfig | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) --- a/Documentation/feature-removal-schedule.txt 2012-05-15 20:14:51.000000000 +0200 +++ b/Documentation/feature-removal-schedule.txt 2012-05-15 20:14:51.000000000 +0200 @@ -433,6 +433,19 @@ Who: Hans Verkuil + +---------------------------- + What: g_file_storage driver When: 3.8 Why: This driver has been superseded by g_mass_storage. --- a/net/wireless/Kconfig 2012-05-15 20:14:51.000000000 +0200 +++ b/net/wireless/Kconfig 2012-05-15 20:14:51.000000000 +0200 @@ -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. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html