linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcm43xx: Fix typo in B5PHY init specifications
@ 2007-03-02 17:30 Larry Finger
  2007-03-12  7:53 ` David Woodhouse
  0 siblings, 1 reply; 10+ messages in thread
From: Larry Finger @ 2007-03-02 17:30 UTC (permalink / raw)
  To: John Linville; +Cc: Michael Buesch, Bcm43xx-dev, linux-wireless

There was an error in the B5PHY init specifications.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---

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);
 	}

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-03-12 18:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-02 17:30 [PATCH] bcm43xx: Fix typo in B5PHY init specifications Larry Finger
2007-03-12  7:53 ` David Woodhouse
2007-03-12 13:23   ` Joseph Jezak
2007-03-12 14:53     ` John W. Linville
2007-03-12 15:16       ` David Woodhouse
2007-03-12 17:42         ` Larry Finger
2007-03-12 17:48           ` John W. Linville
2007-03-12 18:30             ` Larry Finger
2007-03-12 17:46         ` John W. Linville
2007-03-12 18:48     ` Larry Finger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).