[PATCH] ieee80211: enable hw wep where host has to build IV

2005-12-31 Thread Johannes Berg
This patch fixes some of the ieee80211 crypto related code so that instead of having the host fully do crypto operations, the host_build_iv flag works properly (for WEP in this patch) which, if turned on, requires the hardware to do all crypto operations, but the ieee80211 layer builds the IV. The

Re: [PATCH] ieee80211: enable hw wep where host has to build IV

2005-12-31 Thread Johannes Berg
On Sa, 2005-12-31 at 09:20 +1100, Benjamin Herrenschmidt wrote: > Patch got here in a multipart MIME and a quoted printable encoding... > pretty bad (and unuseable for me at least). Eh, sorry. Will resend the patch making sure that it doesn't do that. johannes - To unsubscribe from this list: s

Re: [PATCH] ieee80211: enable hw wep where host has to build IV

2005-12-30 Thread Benjamin Herrenschmidt
On Fri, 2005-12-30 at 04:22 +0100, Johannes Berg wrote: > This patch fixes some of the ieee80211 crypto related code so that > instead of having the host fully do crypto operations, the host_build_iv > flag works properly (for WEP in this patch) which, if turned on, > requires the hardware to do al

[PATCH] ieee80211: enable hw wep where host has to build IV

2005-12-29 Thread Johannes Berg
This patch fixes some of the ieee80211 crypto related code so that instead of having the host fully do crypto operations, the host_build_iv flag works properly (for WEP in this patch) which, if turned on, requires the hardware to do all crypto operations, but the ieee80211 layer builds the IV. The