Re: 2.6.19-rc2: ieee80211/ipw2200 regression

From: Patrick McHardy
Date: Mon Oct 23 2006 - 11:46:04 EST


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