Re: opensource firmware now accept version 410 frames

2009-01-31 Thread Lorenzo Nava
On Jan 30, 2009, at 10:59 PM, Michael Buesch wrote: > On Friday 30 January 2009 14:22:35 Lorenzo Nava wrote: >>> I think that's rather unlikely, however. The DMA code is basically >>> unchanged >>> for months and especially the slot handling hasn't changed in years. >>> >> >> Yes, but I didn't

Re: opensource firmware now accept version 410 frames

2009-01-31 Thread Michael Buesch
On Saturday 31 January 2009 07:54:20 Larry Finger wrote: > I changed the dma.c code to WARN_ON rather than BUG_ON Can you send this patch upstream? > b43 TX status reports: > > index | cookie | seq | phy_stat | frame_count | rts_count | > supp_reason | pm_indicated | intermediate | for_ampdu | a

Re: opensource firmware now accept version 410 frames

2009-01-31 Thread Lorenzo Nava
>> > Hmmm, I think the cookies should actually be more or less > sequential, if > QoS and PIO are not used. That's rather strange. Can you try with > original fw and > see what the cookies look like? Yes Michael, you're right... I tried with my 4318 and openfwwf-5.1 and cookie value goes fr

Re: opensource firmware now accept version 410 frames

2009-01-31 Thread Michael Buesch
On Saturday 31 January 2009 12:20:18 Lorenzo Nava wrote: > >> > > Hmmm, I think the cookies should actually be more or less > > sequential, if > > QoS and PIO are not used. That's rather strange. Can you try with > > original fw and > > see what the cookies look like? > > > Yes Michael, you'r

Re: opensource firmware now accept version 410 frames

2009-01-31 Thread Lorenzo Nava
On Jan 31, 2009, at 12:23 PM, Michael Buesch wrote: > On Saturday 31 January 2009 12:20:18 Lorenzo Nava wrote: >>> Hmmm, I think the cookies should actually be more or less >>> sequential, if >>> QoS and PIO are not used. That's rather strange. Can you try with >>> original fw and >>> see wh

[PATCH] b43: Add LP-PHY register definitions

2009-01-31 Thread Michael Buesch
This adds register definitions for the LP-PHY. This also adds a few minor empty function bodies for the LP-init. Signed-off-by: Michael Buesch --- I'll let you decide whether you queue this for the next feature release or the next -rc. I lost track of what the rules are for this kind of change.

[PATCH] b43: Add LP-PHY baseband init for >=rev2

2009-01-31 Thread Michael Buesch
This adds code for the baseband init of LP-PHY >=2. Signed-off-by: Michael Buesch --- Index: wireless-testing/drivers/net/wireless/b43/Makefile === --- wireless-testing.orig/drivers/net/wireless/b43/Makefile 2009-01-31 16:16:5

[PATCH] b43: Add LP 2062 radio init

2009-01-31 Thread Michael Buesch
This adds initialization code for the 2062 radio. Signed-off-by: Michael Buesch --- Index: wireless-testing/drivers/net/wireless/b43/phy_lp.c === --- wireless-testing.orig/drivers/net/wireless/b43/phy_lp.c 2009-01-31 17:19:22.

Re: opensource firmware now accept version 410 frames

2009-01-31 Thread Francesco Gringoli
On Jan 31, 2009, at 7:54 AM, Larry Finger wrote: > Francesco, > > I changed the dma.c code to WARN_ON rather than BUG_ON and also dump > the cookie for the erring case. Of course, the system no longer > crashes, nor even stops on the first error. I have no idea how many > errors occurred before I

Re: opensource firmware now accept version 410 frames

2009-01-31 Thread Michael Buesch
On Saturday 31 January 2009 20:15:22 Francesco Gringoli wrote: > On Jan 31, 2009, at 7:54 AM, Larry Finger wrote: > > > Francesco, > > > > I changed the dma.c code to WARN_ON rather than BUG_ON and also dump > > the cookie for the erring case. Of course, the system no longer > > crashes, nor even

Re: [PATCH] b43: Add LP 2062 radio init

2009-01-31 Thread pietia
Michael Buesch pisze: > This adds initialization code for the 2062 radio. > > Signed-off-by: Michael Buesch > > --- > > Index: wireless-testing/drivers/net/wireless/b43/phy_lp.c > === > --- wireless-testing.orig/drivers/net/wireless/b

Re: opensource firmware now accept version 410 frames

2009-01-31 Thread Francesco Gringoli
On Jan 30, 2009, at 10:59 PM, Michael Buesch wrote: > On Friday 30 January 2009 14:22:35 Lorenzo Nava wrote: >>> I think that's rather unlikely, however. The DMA code is basically >>> unchanged >>> for months and especially the slot handling hasn't changed in years. >>> >> >> Yes, but I didn't m

Re: opensource firmware now accept version 410 frames

2009-01-31 Thread Michael Buesch
On Sunday 01 February 2009 00:35:01 Francesco Gringoli wrote: > On Jan 30, 2009, at 10:59 PM, Michael Buesch wrote: > > > On Friday 30 January 2009 14:22:35 Lorenzo Nava wrote: > >>> I think that's rather unlikely, however. The DMA code is basically > >>> unchanged > >>> for months and especiall

Re: opensource firmware now accept version 410 frames

2009-01-31 Thread Michael Buesch
On Sunday 01 February 2009 00:47:35 Michael Buesch wrote: > On Sunday 01 February 2009 00:35:01 Francesco Gringoli wrote: > > On Jan 30, 2009, at 10:59 PM, Michael Buesch wrote: > > > > > On Friday 30 January 2009 14:22:35 Lorenzo Nava wrote: > > >>> I think that's rather unlikely, however. The DM

Re: opensource firmware now accept version 410 frames

2009-01-31 Thread Francesco Gringoli
On Feb 1, 2009, at 12:49 AM, Michael Buesch wrote: > On Sunday 01 February 2009 00:47:35 Michael Buesch wrote: >> On Sunday 01 February 2009 00:35:01 Francesco Gringoli wrote: >>> On Jan 30, 2009, at 10:59 PM, Michael Buesch wrote: >>> On Friday 30 January 2009 14:22:35 Lorenzo Nava wrote: >