aboutsummaryrefslogtreecommitdiff
path: root/net/ieee80211/Kconfig
diff options
context:
space:
mode:
authorOlaf Hering <olh@suse.de>2005-12-01 21:22:37 +0100
committerJeff Garzik <jgarzik@pobox.com>2005-12-12 23:59:28 -0500
commit1cf9e8a7865c0ac216034e519cf6b8505055ea50 (patch)
treea5466de5195450363371a4ee9ec05f41c19ab66b /net/ieee80211/Kconfig
parentee1c81917a0c10f44c1b400482b8372e68238ff8 (diff)
[PATCH] ieee80211_crypt_tkip depends on NET_RADIO
*** Warning: ".wireless_send_event" [net/ieee80211/ieee80211_crypt_tkip.ko] undefined! Signed-off-by: Olaf Hering <olh@suse.de> net/ieee80211/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'net/ieee80211/Kconfig')
-rw-r--r--net/ieee80211/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig
index 91b16fbf91f..d18ccba3ea9 100644
--- a/net/ieee80211/Kconfig
+++ b/net/ieee80211/Kconfig
@@ -55,7 +55,7 @@ config IEEE80211_CRYPT_CCMP
config IEEE80211_CRYPT_TKIP
tristate "IEEE 802.11i TKIP encryption"
- depends on IEEE80211
+ depends on IEEE80211 && NET_RADIO
select CRYPTO
select CRYPTO_MICHAEL_MIC
---help---