Re: [PATCH] bcm43xx: Readd dropped assignment

2006-10-20 Thread Dave Jones
On Wed, Oct 18, 2006 at 04:40:00PM +0200, Michael Buesch wrote: On Wednesday 18 October 2006 01:12, Daniel Drake wrote: Larry Finger pointed out a problem with my ieee80211 IV/ICV stripping patch, which I forgot about. Sorry about that. The patch readds the frame_ctl assignment

Re: [PATCH] bcm43xx: Readd dropped assignment

2006-10-20 Thread Daniel Drake
Dave Jones wrote: Is that one for -stable too? That file looks similar enough between .18.1 and .19rc that it should be the case ? No. The IV/ICV stripping change was only merged into John's tree very recently (the day I sent the fix). Daniel - To unsubscribe from this list: send the line

Re: [PATCH] bcm43xx: Readd dropped assignment

2006-10-18 Thread Michael Buesch
On Wednesday 18 October 2006 01:12, Daniel Drake wrote: Larry Finger pointed out a problem with my ieee80211 IV/ICV stripping patch, which I forgot about. Sorry about that. The patch readds the frame_ctl assignment which was accidently dropped. Signed-off-by: Daniel Drake [EMAIL PROTECTED]

Re: [PATCH] bcm43xx: Readd dropped assignment

2006-10-18 Thread Larry Finger
Michael Buesch wrote: On Wednesday 18 October 2006 01:12, Daniel Drake wrote: Larry Finger pointed out a problem with my ieee80211 IV/ICV stripping patch, which I forgot about. Sorry about that. The patch readds the frame_ctl assignment which was accidently dropped. Signed-off-by: Daniel

[PATCH] bcm43xx: Readd dropped assignment

2006-10-17 Thread Daniel Drake
Larry Finger pointed out a problem with my ieee80211 IV/ICV stripping patch, which I forgot about. Sorry about that. The patch readds the frame_ctl assignment which was accidently dropped. Signed-off-by: Daniel Drake [EMAIL PROTECTED] Index: linux/drivers/net/wireless/bcm43xx/bcm43xx_xmit.c