The d80211 stack uses ECB mode block ciphers for the WEP implementation.
Make sure that support for CRYPTO_ECB is in the kernel when the d80211
stack is enabled (just like the other crypto algorithms).

Signed-off-by: Gertjan van Wingerde <[EMAIL PROTECTED]>

---
diff --git a/net/d80211/Kconfig b/net/d80211/Kconfig
index 0f07d41..a6f2ba5 100644
--- a/net/d80211/Kconfig
+++ b/net/d80211/Kconfig
@@ -1,6 +1,7 @@
config D80211
        tristate "Generic IEEE 802.11 Networking Stack (dscape)"
        select CRYPTO
+       select CRYPTO_ECB
        select CRYPTO_ARC4
        select CRYPTO_AES
        ---help---

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to