From patchwork Fri Dec 18 19:19:32 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geoff Levand X-Patchwork-Id: 41426 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id BA303100A38 for ; Sat, 19 Dec 2009 06:20:52 +1100 (EST) Received: from VA3EHSOBE005.bigfish.com (va3ehsobe005.messaging.microsoft.com [216.32.180.15]) by ozlabs.org (Postfix) with ESMTP id 4A1221007D1 for ; Sat, 19 Dec 2009 06:20:45 +1100 (EST) Received: from mail132-va3-R.bigfish.com (10.7.14.252) by VA3EHSOBE005.bigfish.com (10.7.40.25) with Microsoft SMTP Server id 8.1.340.0; Fri, 18 Dec 2009 19:20:28 +0000 Received: from mail132-va3 (localhost.localdomain [127.0.0.1]) by mail132-va3-R.bigfish.com (Postfix) with ESMTP id DBD0C13B8614; Fri, 18 Dec 2009 19:20:26 +0000 (UTC) X-SpamScore: 0 X-BigFish: VPS0(zzab9bhzz1202hzzz2fh6bh61h) X-Spam-TCS-SCL: 0:0 Received: from mail132-va3 (localhost.localdomain [127.0.0.1]) by mail132-va3 (MessageSwitch) id 1261164024125584_10016; Fri, 18 Dec 2009 19:20:24 +0000 (UTC) Received: from VA3EHSMHS006.bigfish.com (unknown [10.7.14.239]) by mail132-va3.bigfish.com (Postfix) with ESMTP id 7489C10800EC; Fri, 18 Dec 2009 19:19:37 +0000 (UTC) Received: from mail7.fw-bc.sony.com (160.33.98.74) by VA3EHSMHS006.bigfish.com (10.7.99.16) with Microsoft SMTP Server (TLS) id 14.0.482.32; Fri, 18 Dec 2009 19:19:36 +0000 Received: from mail1.sgo.in.sel.sony.com (mail1.sgo.in.sel.sony.com [43.130.1.111]) by mail7.fw-bc.sony.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id nBIJJYYX018929 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 Dec 2009 19:19:35 GMT Received: from USSDIXIM01.am.sony.com (ussdixim01.am.sony.com [43.130.140.33]) by mail1.sgo.in.sel.sony.com (8.12.11/8.12.11) with ESMTP id nBIJJXbO001133; Fri, 18 Dec 2009 19:19:34 GMT Received: from ussdixms03.am.sony.com ([43.130.140.23]) by USSDIXIM01.am.sony.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 18 Dec 2009 11:19:33 -0800 Received: from [192.168.1.10] ([43.135.148.226]) by ussdixms03.am.sony.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 18 Dec 2009 11:19:33 -0800 Message-ID: <4B2BD5C4.6050001@am.sony.com> Date: Fri, 18 Dec 2009 11:19:32 -0800 From: Geoff Levand User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: Benjamin Herrenschmidt Subject: [PATCH v3] ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIV References: <1261115574.2173.18.camel@pasglop> In-Reply-To: <1261115574.2173.18.camel@pasglop> X-Enigmail-Version: 0.96a X-OriginalArrivalTime: 18 Dec 2009 19:19:33.0367 (UTC) FILETIME=[079AD070:01CA8017] X-Reverse-DNS: mail7.fw-bc.sony.com Cc: Geert Uytterhoeven , linuxppc-dev , "linux-wireless@vger.kernel.org" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org From: Benjamin Herrenschmidt The option to support the old style PSK interface in the PS3 GELIC wireless drivers requires CONFIG_WEXT_PRIV to be set Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Geoff Levand --- v2: Added 'depends on WLAN'. v3: Moved 'depends on WLAN' to GELIC_WIRELESS. Please send to Linus asap (or I can put it in powerpc.git) as it's breaking one of my test build configs :-) --- drivers/net/Kconfig | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2346,6 +2346,7 @@ config GELIC_NET config GELIC_WIRELESS bool "PS3 Wireless support" + depends on WLAN depends on GELIC_NET select WIRELESS_EXT help @@ -2358,6 +2359,7 @@ config GELIC_WIRELESS config GELIC_WIRELESS_OLD_PSK_INTERFACE bool "PS3 Wireless private PSK interface (OBSOLETE)" depends on GELIC_WIRELESS + select WEXT_PRIV help This option retains the obsolete private interface to pass the PSK from user space programs to the driver. The PSK