On Tuesday 27 February 2007 22:35, Larry Finger wrote: > There are three errors in the transcription of the latest revision to the > B6PHY init specifications.
NACK > Signed-off-by: Larry Finger <[EMAIL PROTECTED]> > --- > > John, > > This patch should be applied to wireless-2.6 and sent upstream to 2.6.21-rcX. > > Larry > > Index: wireless-2.6/drivers/net/wireless/bcm43xx/bcm43xx_phy.c > =================================================================== > --- wireless-2.6.orig/drivers/net/wireless/bcm43xx/bcm43xx_phy.c > +++ wireless-2.6/drivers/net/wireless/bcm43xx/bcm43xx_phy.c > @@ -859,6 +859,9 @@ static void bcm43xx_phy_initb6(struct bc > bcm43xx_radio_write16(bcm, 0x005D, 0x0088); > bcm43xx_radio_write16(bcm, 0x005E, 0x0088); > bcm43xx_radio_write16(bcm, 0x007D, 0x0088); > + bcm43xx_write32(bcm, BCM43xx_MMIO_STATUS_BITFIELD, > + bcm43xx_read32(bcm, > BCM43xx_MMIO_STATUS_BITFIELD) > + | 0x00000200); This is wrong. Set bit 0x200 in the MicrocodeFlagsBitfield http://bcm-specs.sipsolutions.net/MicrocodeFlagsBitfield -- Greetings Michael. _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
