projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c172dd
)
Staging: rtl8192su: Build should select WIRELESS_EXT
author
Simon Horman
<horms@verge.net.au>
Mon, 21 Dec 2009 04:07:10 +0000
(15:07 +1100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 4 Mar 2010 00:42:33 +0000
(16:42 -0800)
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@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192su/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/rtl8192su/Kconfig
b/drivers/staging/rtl8192su/Kconfig
index 123fa6d6a93b433be203ef38d1fdbc881fa8e710..b72a96206f58abff4e89263077e0e94af1946bfa 100644
(file)
--- 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---