[patch] rtl8192su: Build should select WIRELESS_EXT

From: Simon Horman
Date: Sun Dec 20 2009 - 23:07:26 EST


The prevailing idiom is to select WIRELESS_EXT not depend on it.

Depending leaves this driver in a situation where it can only
be built if another driver that selects WIRELESS_EXT has been enabled.

Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx>

Index: net-next-2.6/drivers/staging/rtl8192su/Kconfig
===================================================================
--- net-next-2.6.orig/drivers/staging/rtl8192su/Kconfig 2009-12-21 11:59:46.000000000 +1100
+++ net-next-2.6/drivers/staging/rtl8192su/Kconfig 2009-12-21 12:02:35.000000000 +1100
@@ -1,6 +1,7 @@
config RTL8192SU
tristate "RealTek RTL8192SU Wireless LAN NIC driver"
depends on PCI && WLAN && USB
- depends on WIRELESS_EXT
+ select WIRELESS_EXT
+ select WEXT_PRIV
default N
---help---
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/