Skip to content
Snippets Groups Projects
Commit 75026664 authored by Randy Dunlap's avatar Randy Dunlap Committed by John W. Linville
Browse files

wireless: airo_cs needs WEXT_SPY


airo_cs uses spy interfaces so it needs to select WEXT_SPY.

ERROR: "iw_handler_set_thrspy" [drivers/net/wireless/airo.ko] undefined!
ERROR: "wireless_spy_update" [drivers/net/wireless/airo.ko] undefined!
ERROR: "iw_handler_get_spy" [drivers/net/wireless/airo.ko] undefined!
ERROR: "iw_handler_get_thrspy" [drivers/net/wireless/airo.ko] undefined!
ERROR: "iw_handler_set_spy" [drivers/net/wireless/airo.ko] undefined!

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 8ce0b589
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,7 @@ config AIRO_CS ...@@ -111,6 +111,7 @@ config AIRO_CS
tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
depends on PCMCIA && (BROKEN || !M32R) depends on PCMCIA && (BROKEN || !M32R)
select WIRELESS_EXT select WIRELESS_EXT
select WEXT_SPY
select CRYPTO select CRYPTO
select CRYPTO_AES select CRYPTO_AES
---help--- ---help---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment