[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ep798e$guu$1@sea.gmane.org>
Date: Wed, 24 Jan 2007 10:35:10 +0100
From: Marcus Better <marcus@...ter.se>
To: netdev@...r.kernel.org
Subject: [PATCH] d80211: select CRC32 functions
The d80211 stack requires CRC32 functions for the WEP implementation.
Signed-off-by: Marcus Better <marcus@...ter.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
--
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists