* [PATCH] d80211: Select CRYPTO_ECB when enabler d80211.
@ 2007-01-06 17:00 Gertjan van Wingerde
2007-01-10 20:14 ` Jiri Benc
0 siblings, 1 reply; 2+ messages in thread
From: Gertjan van Wingerde @ 2007-01-06 17:00 UTC (permalink / raw)
To: Jiri Benc, netdev
The d80211 stack uses ECB mode block ciphers for the WEP implementation.
Make sure that support for CRYPTO_ECB is in the kernel when the d80211
stack is enabled (just like the other crypto algorithms).
Signed-off-by: Gertjan van Wingerde <gwingerde@kpnplanet.nl>
---
diff --git a/net/d80211/Kconfig b/net/d80211/Kconfig
index 0f07d41..a6f2ba5 100644
--- a/net/d80211/Kconfig
+++ b/net/d80211/Kconfig
@@ -1,6 +1,7 @@
config D80211
tristate "Generic IEEE 802.11 Networking Stack (dscape)"
select CRYPTO
+ select CRYPTO_ECB
select CRYPTO_ARC4
select CRYPTO_AES
---help---
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-10 20:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-06 17:00 [PATCH] d80211: Select CRYPTO_ECB when enabler d80211 Gertjan van Wingerde
2007-01-10 20:14 ` Jiri Benc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).