]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
[PATCH] ieee80211_crypt_tkip depends on NET_RADIO
authorOlaf Hering <olh@suse.de>
Fri, 30 Dec 2005 00:45:12 +0000 (01:45 +0100)
committerChris Wright <chrisw@sous-sol.org>
Sun, 8 Jan 2006 02:15:07 +0000 (18:15 -0800)
*** Warning: ".wireless_send_event" [net/ieee80211/ieee80211_crypt_tkip.ko]

This bug was also reported as kerenl Bugzilla #5551.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ieee80211/Kconfig

index 91b16fbf91f0c88ace7137e2e5709b5dfac4a0ae..d18ccba3ea9e7f2dcb9f6b1708c4bf86094b0145 100644 (file)
@@ -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---