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 <[email protected]>
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
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]