From patchwork Fri May 28 22:33:42 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 53961 X-Patchwork-Delegate: stefan.bader@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 41A1BB6F11 for ; Sat, 29 May 2010 08:33:58 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OI87h-0000XZ-4r; Fri, 28 May 2010 23:33:49 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OI87d-0000XP-Qw for kernel-team@lists.ubuntu.com; Fri, 28 May 2010 23:33:45 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OI87d-0005x6-PA for ; Fri, 28 May 2010 23:33:45 +0100 Received: from s0106002369de4dac.cg.shawcable.net ([70.73.24.112] helo=[192.168.1.103]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OI87d-0006EI-AY for kernel-team@lists.ubuntu.com; Fri, 28 May 2010 23:33:45 +0100 Subject: [Lucid][PATCH] UBUNTU: ARM: Adding CONFIG_CFG80112_WEXT for userspace compatibility From: Mathieu Poirier To: kernel-team@lists.ubuntu.com Date: Fri, 28 May 2010 16:33:42 -0600 Message-ID: <1275086022.7663.7.camel@black> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com >From 5266e416d84dbac26965d85176e3e1ee68e8996a Mon Sep 17 00:00:00 2001 From: Mathieu Poirier Date: Fri, 28 May 2010 18:20:34 -0400 Subject: [PATCH] UBUNTU: ARM: Adding CONFIG_CFG80112_WEXT for userspace compatibility Enabling to allow compatibility with old userspace for wireless extension with cfg80211-based drivers. BugLink: https://bugs.launchpad.net/bugs/566238 Signed-off-by: Mathieu Poirier Acked-by: Tim Gardner Acked-by: Colin King --- debian.ti-omap/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.ti-omap/config/config.common.ubuntu b/debian.ti-omap/config/config.common.ubuntu index 28c1877..ec1775f 100644 --- a/debian.ti-omap/config/config.common.ubuntu +++ b/debian.ti-omap/config/config.common.ubuntu @@ -313,7 +313,7 @@ CONFIG_CFG80211_DEBUGFS=y CONFIG_CFG80211_DEFAULT_PS=y # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set CONFIG_CFG80211_REG_DEBUG=y -# CONFIG_CFG80211_WEXT is not set +CONFIG_CFG80211_WEXT=y # CONFIG_CFQ_GROUP_IOSCHED is not set CONFIG_CGROUPS=y CONFIG_CGROUP_CPUACCT=y