lkml.org 
[lkml]   [2006]   [Oct]   [23]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateMon, 23 Oct 2006 17:45:40 +0200
FromPatrick McHardy <>
SubjectRe: 2.6.19-rc2: ieee80211/ipw2200 regression
Alistair John Strachan wrote:
> Tried compiling as a module too and the ieee80211 system doesn't load arc4.ko 
> before bailing out. If I reboot, load it myself and try again, it still 
> doesn't work.
> 

Do you have CONFIG_CRYPTO_ECB enabled? I think this patch is needed.

Signed-off-by: Patrick McHardy <kaber@trash.net>
diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig
index f7e84e9..dbf55d3 100644
--- a/net/ieee80211/Kconfig
+++ b/net/ieee80211/Kconfig
@@ -32,6 +32,7 @@ config IEEE80211_CRYPT_WEP
 	depends on IEEE80211
 	select CRYPTO
 	select CRYPTO_ARC4
+	select CRYPTO_ECB
 	select CRC32
 	---help---
 	Include software based cipher suites in support of IEEE
\
 
 \ /
  Last update: 2006-10-23 17:49    [from the cache]
©2003-2008