There was an error in the B5PHY init specifications. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> --- John, This patch is meant for wireless-2.6, 'upstream', and 'upstream-fixes'. 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 @@ -806,7 +806,7 @@ static void bcm43xx_phy_initb5(struct bc /* Force to channel 7, even if not supported. */ bcm43xx_radio_selectchannel(bcm, 7, 0); - if (radio->version != 0x2050) { + if (radio->version == 0x2050) { bcm43xx_radio_write16(bcm, 0x0075, 0x0080); bcm43xx_radio_write16(bcm, 0x0079, 0x0081); } - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html