From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:33624 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933103Ab1KHTjR (ORCPT ); Tue, 8 Nov 2011 14:39:17 -0500 Subject: [PATCH] cfg80211: deprecate CFG80211_WEXT From: Johannes Berg To: John Linville Cc: linux-wireless Content-Type: text/plain; charset="UTF-8" Date: Tue, 08 Nov 2011 20:39:13 +0100 Message-ID: <1320781153.24797.41.camel@jlt3.sipsolutions.net> (sfid-20111108_203921_397122_5BD3C2BF) Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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 2011-11-08 20:01:41.000000000 +0100 +++ b/Documentation/feature-removal-schedule.txt 2011-11-08 20:35:51.000000000 +0100 @@ -565,6 +565,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 2011-11-08 20:36:57.000000000 +0100 +++ b/net/wireless/Kconfig 2011-11-08 20:37:04.000000000 +0100 @@ -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.