netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] d80211: select CRC32 functions
@ 2007-01-24  9:35 Marcus Better
  2007-01-28  7:37 ` Michael Wu
  2007-01-31 18:56 ` Jiri Benc
  0 siblings, 2 replies; 3+ messages in thread
From: Marcus Better @ 2007-01-24  9:35 UTC (permalink / raw)
  To: netdev

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
--



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-31 18:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-24  9:35 [PATCH] d80211: select CRC32 functions Marcus Better
2007-01-28  7:37 ` Michael Wu
2007-01-31 18:56 ` 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).