Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [PATCH] bcm43xx: OFDM fix for rev 1 cards | Larry Finger | 2007-02-14 |
| | | | | | | | | | | | | Nearly all of the writes to the bcm43xx internal lookup tables (ilt) involve 16-bit quantities. Accordingly, the ilt_write routine was coded to pass a u16 value. For one early GPHY chip, 32-bit quantities are needed. For those writes, the value was clipped to 16 bits. This patch adds an ilt_write32 routine that receives a 32-bit quantity and writes it to the appropriate locations. Signed-off-by: Larry Finger<Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> | ||
* | [PATCH] bcm43xx: fix some stuff, add a few missing mmiowb(), remove dead code. | Michael Buesch | 2006-03-27 |
| | | | | | | | This may workaround the XMIT ERRORs some people are getting. Signed-off-by: Michael Buesch <mbuesch@freenet.de> Signed-off-by: John W. Linville <linville@tuxdriver.com> | ||
* | [PATCH] wireless: import bcm43xx sources | John W. Linville | 2006-03-27 |
Import the bcm43xx driver from the upstream sources here: ftp://ftp.berlios.de/pub/bcm43xx/snapshots/bcm43xx/bcm43xx-20060123.tar.bz2 Signed-off-by: John W. Linville <linville@tuxdriver.com> |