Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92c6f8d8 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by John W. Linville
Browse files

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: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarGeoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 0183826b
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -2344,6 +2344,7 @@ config GELIC_NET


config GELIC_WIRELESS
config GELIC_WIRELESS
	bool "PS3 Wireless support"
	bool "PS3 Wireless support"
	depends on WLAN
	depends on GELIC_NET
	depends on GELIC_NET
	select WIRELESS_EXT
	select WIRELESS_EXT
	help
	help
@@ -2356,6 +2357,7 @@ config GELIC_WIRELESS
config GELIC_WIRELESS_OLD_PSK_INTERFACE
config GELIC_WIRELESS_OLD_PSK_INTERFACE
       bool "PS3 Wireless private PSK interface (OBSOLETE)"
       bool "PS3 Wireless private PSK interface (OBSOLETE)"
       depends on GELIC_WIRELESS
       depends on GELIC_WIRELESS
       select WEXT_PRIV
       help
       help
          This option retains the obsolete private interface to pass
          This option retains the obsolete private interface to pass
          the PSK from user space programs to the driver.  The PSK
          the PSK from user space programs to the driver.  The PSK