Re: [PATCH wireless-dev] d80211: Replace rc4 code with crypto api arc4

2006-07-13 Thread Jiri Benc
On Thu, 13 Jul 2006 01:39:59 -0700, Michael Wu wrote: > This patch replaces the rc4 code used in wep.c with crypto api's arc4 > cipher. The struct crypto_tfm passing in tkip isn't great, but it'll get fixed > when tkip is converted to use crypto api entirely. (michael_mic) Great work! Thanks, I'll

[PATCH wireless-dev] d80211: Replace rc4 code with crypto api arc4

2006-07-13 Thread Michael Wu
Replace rc4 code with crypto api arc4 This patch replaces the rc4 code used in wep.c with crypto api's arc4 cipher. The struct crypto_tfm passing in tkip isn't great, but it'll get fixed when tkip is converted to use crypto api entirely. (michael_mic) Signed-off-by: Michael Wu <[EMAIL PROTECTED]>