projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee1c819
)
[PATCH] ieee80211_crypt_tkip depends on NET_RADIO
author
Olaf Hering
<olh@suse.de>
Thu, 1 Dec 2005 20:22:37 +0000
(21:22 +0100)
committer
Jeff Garzik
<jgarzik@pobox.com>
Tue, 13 Dec 2005 04:59:28 +0000
(23:59 -0500)
*** 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>
net/ieee80211/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/ieee80211/Kconfig
b/net/ieee80211/Kconfig
index 91b16fbf91f0c88ace7137e2e5709b5dfac4a0ae..d18ccba3ea9e7f2dcb9f6b1708c4bf86094b0145 100644
(file)
--- 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---