staging: rtl8188eu: Fix build error when CFG80211 is not selected
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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f62cd2cd95
commit
9da4aa48d0
|
@ -1,6 +1,6 @@
|
||||||
config R8188EU
|
config R8188EU
|
||||||
tristate "Realtek RTL8188EU Wireless LAN NIC driver"
|
tristate "Realtek RTL8188EU Wireless LAN NIC driver"
|
||||||
depends on WLAN && USB
|
depends on WLAN && USB && CFG80211
|
||||||
select WIRELESS_EXT
|
select WIRELESS_EXT
|
||||||
select WEXT_PRIV
|
select WEXT_PRIV
|
||||||
---help---
|
---help---
|
||||||
|
|
Loading…
Reference in New Issue