On Wed, Oct 25, 2006 at 03:41:50PM -0700, David Kimdon wrote:
>
> I don't actually know the implications of that first hunk where we do
> "arc4" -> "ecb(arc4)". I look though the various commits by Herbert
> Xu and that appeared to be the right thing.
Basically if you encrypt/decrypt more than a
The purpose of this patch is to fix the compile-time warnings usch as:
warning: 'crypto_cipher_encrypt' is deprecated (declared at
include/linux/crypto.h:842)
I have tested static WEP and it still works after this change.
AECS/CCM and TKIP I am assuming work as well.
I don't actually know the i