From: Benjamin Herrenschmidt Date: Fri, 18 Dec 2009 19:19:32 +0000 (-0800) Subject: ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIV X-Git-Tag: MMI-PSA29.97-13-9~24911^2~1^2~66 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=92c6f8d849178582fc527aaf1e51dd37a74767d3;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIV 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 Signed-off-by: John W. Linville --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 0bbd5ae49862..18ff622703be 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2344,6 +2344,7 @@ config GELIC_NET config GELIC_WIRELESS bool "PS3 Wireless support" + depends on WLAN depends on GELIC_NET select WIRELESS_EXT help @@ -2356,6 +2357,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