linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIV
@ 2009-12-18  5:52 Benjamin Herrenschmidt
  2009-12-18 16:55 ` Randy Dunlap
  2009-12-18 19:19 ` [PATCH v3] " Geoff Levand
  0 siblings, 2 replies; 8+ messages in thread
From: Benjamin Herrenschmidt @ 2009-12-18  5:52 UTC (permalink / raw)
  To: linux-wireless; +Cc: Geert Uytterhoeven, linuxppc-dev

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 <benh@kernel.crashing.org>
---

Please send to Linus asap (or I can put it in powerpc.git) as it's
breaking one of my test build configs :-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index e58a653..c0ecc77 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2358,6 +2358,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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-12-18 22:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-18  5:52 [PATCH] ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIV Benjamin Herrenschmidt
2009-12-18 16:55 ` Randy Dunlap
2009-12-18 18:24   ` [PATCH v2] " Geoff Levand
2009-12-18 18:30     ` Johannes Berg
2009-12-18 19:01       ` Geoff Levand
2009-12-18 22:09     ` Benjamin Herrenschmidt
2009-12-18 22:09   ` [PATCH] " Benjamin Herrenschmidt
2009-12-18 19:19 ` [PATCH v3] " Geoff Levand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).