From patchwork Wed May 16 21:40:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 159766 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 1C99DB6FAB for ; Thu, 17 May 2012 07:56:22 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932101Ab2EPV4R (ORCPT ); Wed, 16 May 2012 17:56:17 -0400 Received: from he.sipsolutions.net ([78.46.109.217]:41681 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759603Ab2EPV4O (ORCPT ); Wed, 16 May 2012 17:56:14 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.77) (envelope-from ) id 1SUlzG-0006lj-9v; Wed, 16 May 2012 23:42:26 +0200 Message-Id: <20120516214048.739945597@sipsolutions.net> User-Agent: quilt/0.60-1 Date: Wed, 16 May 2012 23:40:19 +0200 From: Johannes Berg To: linville@tuxdriver.com Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH 2/2] cfg80211: deprecate CFG80211_WEXT References: <20120516214017.936343357@sipsolutions.net> Content-Disposition: inline; filename=004-cfg80211-deprecate-wext.patch Mime-Version: 1.0 X-Mailer: Evolution 3.2.2-1+b1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 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.