From: Marcus Better <marcus@better.se>
To: netdev@vger.kernel.org
Subject: [PATCH] d80211: select CRC32 functions
Date: Wed, 24 Jan 2007 10:35:10 +0100 [thread overview]
Message-ID: <ep798e$guu$1@sea.gmane.org> (raw)
The d80211 stack requires CRC32 functions for the WEP implementation.
Signed-off-by: Marcus Better <marcus@better.se>
---
net/d80211/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/d80211/Kconfig b/net/d80211/Kconfig
index 7e2635f..d91f0db 100644
--- a/net/d80211/Kconfig
+++ b/net/d80211/Kconfig
@@ -3,6 +3,7 @@ config D80211
select CRYPTO
select CRYPTO_ARC4
select CRYPTO_AES
+ select CRC32
select WIRELESS_EXT
---help---
This option enables the hardware independent IEEE 802.11
--
next reply other threads:[~2007-01-24 9:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-24 9:35 Marcus Better [this message]
2007-01-28 7:37 ` [PATCH] d80211: select CRC32 functions Michael Wu
2007-01-31 18:56 ` 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='ep798e$guu$1@sea.gmane.org' \
--to=marcus@better.se \
--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.