Re: [PATCH,RFT] ieee80211: Move IV/ICV stripping into ieee80211_rx

2006-09-25 Thread Michael Buesch
On Monday 25 September 2006 00:43, Daniel Drake wrote: > This patch adds a host_strip_iv_icv flag to ieee80211 which indicates that > ieee80211_rx should strip the IV/ICV/other security features from the payload. > This saves on some memmove() calls in the driver and seems like something that > bel

Re: [PATCH,RFT] ieee80211: Move IV/ICV stripping into ieee80211_rx

2006-09-25 Thread Johannes Berg
On Sun, 2006-09-24 at 23:43 +0100, Daniel Drake wrote: > This patch adds a host_strip_iv_icv flag to ieee80211 which indicates that > ieee80211_rx should strip the IV/ICV/other security features from the payload. > This saves on some memmove() calls in the driver and seems like something that > bel

[PATCH,RFT] ieee80211: Move IV/ICV stripping into ieee80211_rx

2006-09-24 Thread Daniel Drake
This patch adds a host_strip_iv_icv flag to ieee80211 which indicates that ieee80211_rx should strip the IV/ICV/other security features from the payload. This saves on some memmove() calls in the driver and seems like something that belongs in the stack as it can be used by bcm43xx, ipw2200, and zd