From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from TX2EHSOBE010.bigfish.com (tx2ehsobe005.messaging.microsoft.com [65.55.88.15]) by ozlabs.org (Postfix) with ESMTP id 7C9B8B6F07 for ; Sat, 19 Dec 2009 06:01:21 +1100 (EST) Message-ID: <4B2BD170.40102@am.sony.com> Date: Fri, 18 Dec 2009 11:01:04 -0800 From: Geoff Levand MIME-Version: 1.0 To: Johannes Berg Subject: Re: [PATCH v2] ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIV References: <1261115574.2173.18.camel@pasglop> <20091218085547.fb8bdaf5.randy.dunlap@oracle.com> <4B2BC8E6.9090007@am.sony.com> <1261161036.14206.3.camel@johannes.local> In-Reply-To: <1261161036.14206.3.camel@johannes.local> Content-Type: text/plain; charset="UTF-8" Cc: Randy Dunlap , "linux-wireless@vger.kernel.org" , Geert Uytterhoeven , linuxppc-dev , Hamish Guthrie List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 12/18/2009 10:30 AM, Johannes Berg wrote: > On Fri, 2009-12-18 at 10:24 -0800, Geoff Levand wrote: >> 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'. > > Won't you want 'depends on WLAN' for GELIC_WIRELESS instead of here? Yes, that seems correct. I'll post an update v3. -Geoff