* [PATCH] staging: rtl8188eu: Fix build error when CFG80211 is not selected
@ 2015-09-23 21:42 Jakub Sitnicki
0 siblings, 0 replies; only message in thread
From: Jakub Sitnicki @ 2015-09-23 21:42 UTC (permalink / raw)
To: Greg Kroah-Hartman, Larry Finger
Cc: devel, linux-kernel, linux-next, Jim Davis, kbuild test robot,
kbuild-all
The kbuild test robot reports the following build error for
i386-randconfig-c0-09230740:
>> ERROR: "ieee80211_hdrlen" [drivers/staging/rtl8188eu/r8188eu.ko] undefined!
Add a dependency on CFG80211 to fix it.
Signed-off-by: Jakub Sitnicki <jsitnicki@gmail•com>
---
Same issue has also been reported by Jim Davis for
randconfig-1442987837.txt.
drivers/staging/rtl8188eu/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8188eu/Kconfig b/drivers/staging/rtl8188eu/Kconfig
index 5a38b41..94f3879 100644
--- a/drivers/staging/rtl8188eu/Kconfig
+++ b/drivers/staging/rtl8188eu/Kconfig
@@ -1,6 +1,6 @@
config R8188EU
tristate "Realtek RTL8188EU Wireless LAN NIC driver"
- depends on WLAN && USB
+ depends on WLAN && USB && CFG80211
select WIRELESS_EXT
select WEXT_PRIV
---help---
--
2.1.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-23 21:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 21:42 [PATCH] staging: rtl8188eu: Fix build error when CFG80211 is not selected Jakub Sitnicki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox