From: Gertjan van Wingerde <gwingerde@kpnplanet.nl>
To: Jiri Benc <jbenc@suse.cz>, netdev@vger.kernel.org
Subject: [PATCH] d80211: Select CRYPTO_ECB when enabler d80211.
Date: Sat, 06 Jan 2007 18:00:50 +0100 [thread overview]
Message-ID: <459FD5C2.6070007@kpnplanet.nl> (raw)
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---
next reply other threads:[~2007-01-06 17:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-06 17:00 Gertjan van Wingerde [this message]
2007-01-10 20:14 ` [PATCH] d80211: Select CRYPTO_ECB when enabler d80211 Jiri Benc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=459FD5C2.6070007@kpnplanet.nl \
--to=gwingerde@kpnplanet.nl \
--cc=jbenc@suse.cz \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.