Re: [PATCH] d80211: Select CRYPTO_ECB when enabler d80211.

2007-01-10 Thread Jiri Benc
On Sat, 06 Jan 2007 18:00:50 +0100, Gertjan van Wingerde wrote: > 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). Applied to my tree, thanks

[PATCH] d80211: Select CRYPTO_ECB when enabler d80211.

2007-01-06 Thread Gertjan van Wingerde
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/