linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] b43: Fix Bluetooth coexistence SPROM coding error for Motorola 7010 variant of BCM4306
@ 2008-09-19 19:47 Larry Finger
  2008-09-20 15:44 ` Michael Buesch
  0 siblings, 1 reply; 12+ messages in thread
From: Larry Finger @ 2008-09-19 19:47 UTC (permalink / raw)
  To: John W Linville, Michael Buesch, bbullins; +Cc: bcm43xx-dev, linux-wireless

An additional BCM4306 has been found with the Bluetooth coexistence
SPROM coding error.

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

John,

These devices work with bcm43xx, but not with b43. I'll let you
decide if this is a regression.

Larry
---

Index: wireless-testing/drivers/net/wireless/b43/main.c
===================================================================
--- wireless-testing.orig/drivers/net/wireless/b43/main.c
+++ wireless-testing/drivers/net/wireless/b43/main.c
@@ -4545,7 +4545,8 @@ static void b43_sprom_fixup(struct ssb_b
 		    IS_PDEV(pdev, BROADCOM, 0x4320,    DELL, 0x0003) ||
 		    IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0015) ||
 		    IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0014) ||
-		    IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0013))
+		    IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0013) ||
+		    IS_PDEV(pdev, BROADCOM, 0x4320, MOTOROLA, 0x7010))
 			bus->sprom.boardflags_lo &= ~B43_BFL_BTCOEXIST;
 	}
 }

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

end of thread, other threads:[~2008-09-21 13:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-19 19:47 [PATCH] b43: Fix Bluetooth coexistence SPROM coding error for Motorola 7010 variant of BCM4306 Larry Finger
2008-09-20 15:44 ` Michael Buesch
2008-09-20 20:51   ` Johannes Berg
2008-09-20 20:59     ` Luis R. Rodriguez
2008-09-20 21:02       ` Johannes Berg
2008-09-20 21:05         ` Luis R. Rodriguez
2008-09-20 21:11           ` Johannes Berg
2008-09-21  0:19             ` Dan Williams
2008-09-21 13:07         ` Michael Buesch
2008-09-20 21:08     ` Larry Finger
2008-09-20 21:13       ` Johannes Berg
2008-09-20 21:53         ` 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).