Re: [PATCH] bcm43xx: Fix array overrun in bcm43xx_geo_init

2006-05-11 Thread Michael Buesch
On Thursday 11 May 2006 05:42, you wrote: > Michael Buesch <[EMAIL PROTECTED]> wrote: > > > > The problem here is that the bcm34xx driver and the ieee80211 > > stack do not agree on what channels are possible for 802.11a. > > The ieee80211 stack only wants channels between 34 and 165, while > > the

Re: [PATCH] bcm43xx: Fix array overrun in bcm43xx_geo_init

2006-05-10 Thread Andrew Morton
Michael Buesch <[EMAIL PROTECTED]> wrote: > > The problem here is that the bcm34xx driver and the ieee80211 > stack do not agree on what channels are possible for 802.11a. > The ieee80211 stack only wants channels between 34 and 165, while > the bcm43xx driver accepts anything from 0 to 200. I made

[PATCH] bcm43xx: Fix array overrun in bcm43xx_geo_init

2006-05-05 Thread Michael Buesch
The problem here is that the bcm34xx driver and the ieee80211 stack do not agree on what channels are possible for 802.11a. The ieee80211 stack only wants channels between 34 and 165, while the bcm43xx driver accepts anything from 0 to 200. I made the bcm43xx driver comply with the ieee80211 stack