Re: RFT: The real fix for BCM4311 and BCM4312

2007-02-06 Thread Jochen Puchalla
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Finger wrote: > The patch I sent out earlier was wrong; however, it provided a clue as to > what was wrong in the > specs and in the code. As it turned out, the mistake I made earlier only > affected 4 places in the > code and it was easy to te

Speed measurement and stability issues

2007-02-06 Thread Pavel Roskin
Hello! I wanted to measure speeds in the softmac driver at all rates, but it looks like I have found something more interesting in process. The station is a BCM4312 in Dell Latitude with an antenna embedded into the laptop. The AP PCI card with Atheros 5212 running current MadWifi in 802.11g mod

Re: RFT: The real fix for BCM4311 and BCM4312

2007-02-06 Thread Pavel Roskin
On Wed, 2007-02-07 at 00:02 -0600, Larry Finger wrote: > The patch below will only affect cards with PHY revision 8, which I think are > only BCM4311 and > BCM4312. At least those are the only ones in the database. BCM4312, old patch: 1.7M/s no patch: 26k/s no patch, rate 1: 100k/s new patch: 1.7

RFT: The real fix for BCM4311 and BCM4312

2007-02-06 Thread Larry Finger
The patch I sent out earlier was wrong; however, it provided a clue as to what was wrong in the specs and in the code. As it turned out, the mistake I made earlier only affected 4 places in the code and it was easy to test them in turn. According to Murphy's law, the wrong one was the last one t

Re: RFT bcm43xx: Really _GOOD_ news

2007-02-06 Thread Larry Finger
I was a bit too enthusiastic. The patch I sent earlier actually breaks the 4318. It does make 4311 and 4312's work for the wrong reason. If you have that card, you can use it in the meantime while we find out just why it helps there. Sorry for the false alarm, but we are making progress. Larry

[PATCH] bcm43xx: Fix incorrect definition of PHY revision

2007-02-06 Thread Larry Finger
There is a typographical error in the spefications that interchange the PHY version and revision. Fixing this error makes all BCM43xx varieties work at full CCCK rates. Signed-off-by: Larry Finger<[EMAIL PROTECTED]> --- John, This patch should be put into wireless-2.6 and into 'upstream' as so

Re: RFT bcm43xx: Really _GOOD_ news

2007-02-06 Thread Larry Finger
Rafael J. Wysocki wrote: > On Tuesday, 6 February 2007 23:18, Pavel Roskin wrote: >> On Tue, 2007-02-06 at 14:34 -0600, Larry Finger wrote: >>> I have really _GOOD_ news! While reviewing the latest changes in the V4 >>> specs, I found an >>> interchange of the PHY version and PHY revision fiel

Re: RFT bcm43xx: Really _GOOD_ news

2007-02-06 Thread Larry Finger
Asil Jinn wrote: > Thats very good news :D. Does this patch work on 2.6.20? Yes - 2.6.17, -.18, -.19, and .20, as well as wireless-2.6. Larry ___ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/bcm43xx-d

Re: RFT bcm43xx: Really _GOOD_ news

2007-02-06 Thread Gene Heskett
On Tuesday 06 February 2007 17:29, Pavel Roskin wrote: >On Tue, 2007-02-06 at 16:37 -0500, Gene Heskett wrote: >> That's great Larry. Now how long does it take to get this into a >> distro's >> update kernel queue? Or do I have to build a kernel for my lappy, >> currently on FC5? > >Gene, I think

Re: RFT bcm43xx: Really _GOOD_ news

2007-02-06 Thread Pavel Roskin
On Tue, 2007-02-06 at 16:37 -0500, Gene Heskett wrote: > That's great Larry. Now how long does it take to get this into a > distro's > update kernel queue? Or do I have to build a kernel for my lappy, > currently on FC5? Gene, I think it would be better for all of us if we don't bother Larry

Re: RFT bcm43xx: Really _GOOD_ news

2007-02-06 Thread Rafael J. Wysocki
On Tuesday, 6 February 2007 23:18, Pavel Roskin wrote: > On Tue, 2007-02-06 at 14:34 -0600, Larry Finger wrote: > > I have really _GOOD_ news! While reviewing the latest changes in the V4 > > specs, I found an > > interchange of the PHY version and PHY revision fields, relative to the > > cur

Re: RFT bcm43xx: Really _GOOD_ news

2007-02-06 Thread Pavel Roskin
On Tue, 2007-02-06 at 14:34 -0600, Larry Finger wrote: > I have really _GOOD_ news! While reviewing the latest changes in the V4 > specs, I found an > interchange of the PHY version and PHY revision fields, relative to the > current V3 specs. Of the > three cards that I have, the 4306 had the

Re: RFT bcm43xx: Really _GOOD_ news

2007-02-06 Thread Gene Heskett
On Tuesday 06 February 2007 15:34, Larry Finger wrote: >I have really _GOOD_ news! While reviewing the latest changes in the > V4 specs, I found an interchange of the PHY version and PHY revision > fields, relative to the current V3 specs. Of the three cards that I > have, the 4306 had the same

RFT bcm43xx: Really _GOOD_ news

2007-02-06 Thread Larry Finger
I have really _GOOD_ news! While reviewing the latest changes in the V4 specs, I found an interchange of the PHY version and PHY revision fields, relative to the current V3 specs. Of the three cards that I have, the 4306 had the same value for the PHY version and revision. In addition, it wa

asserts during suspend2ram (bcm43xx blacklisted)

2007-02-06 Thread Christian Hoffmann
Hello, while playing with the new 2.6.20 (gentoo) kernel, I got some asserts when putting the machine to sleep (having the bcm43xx blacklisted/unloaded). bcm43xx: Radio turned off bcm43xx: DMA-32 0x0200 (RX) max used slots: 3/64 bcm43xx: DMA-32 0x02A0 (TX) max used slots: 0/512 bcm43xx: DMA-32 0

[PATCH] bcm43xx: Fix for oops on resume

2007-02-06 Thread Larry Finger
There is a kernel oops on bcm43xx when resuming due to an overly tight timeout loop. Signed-off-by: Larry Finger<[EMAIL PROTECTED]> --- Index: linux-2.6/drivers/net/wireless/bcm43xx/bcm43xx.h === --- linux-2.6.orig/drivers/net/wirel