public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] rtl8187se: depends on WIRELESS_EXT
@ 2009-02-10 17:24 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2009-02-10 17:24 UTC (permalink / raw)
  To: lkml, akpm; +Cc: linux-next, gregkh, linux-wireless

From: Randy Dunlap <randy.dunlap@oracle•com>

rtl8187se uses wireless extensions so it needs to depend on
WIRELESS_EXT (or select it).

drivers/staging/rtl8187se/r8180_core.c:5973: error: 'struct net_device' has no member named 'wireless_handlers'
drivers/staging/rtl8187se/r8180_core.c:5982: error: 'struct net_device' has no member named 'wireless_handlers'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle•com>
cc: Greg KH <gregkh@suse•de>
---
 drivers/staging/rtl8187se/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20090210.orig/drivers/staging/rtl8187se/Kconfig
+++ linux-next-20090210/drivers/staging/rtl8187se/Kconfig
@@ -1,5 +1,6 @@
 config RTL8187SE
 	tristate "RealTek RTL8187SE Wireless LAN NIC driver"
 	depends on PCI
+	depends on WIRELESS_EXT
 	default N
 	---help---

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-10 17:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-10 17:24 [PATCH] rtl8187se: depends on WIRELESS_EXT Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox