From: Simon Horman Date: Mon, 21 Dec 2009 04:07:10 +0000 (+1100) Subject: Staging: rtl8192su: Build should select WIRELESS_EXT X-Git-Tag: v2.6.34-rc1~10^2~1^2~291 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=784d3119475652d34a8d8ec3911e39c5e3d3036f;p=net-next-2.6.git Staging: rtl8192su: Build should select WIRELESS_EXT 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192su/Kconfig b/drivers/staging/rtl8192su/Kconfig index 123fa6d6a93..b72a96206f5 100644 --- a/drivers/staging/rtl8192su/Kconfig +++ b/drivers/staging/rtl8192su/Kconfig @@ -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---