* [PATCH] b43: Fix for another Bluetooth Coexistence SPROM Programming error for BCM4306
@ 2008-08-14 23:57 Larry Finger
2008-08-15 0:06 ` Michael Buesch
0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2008-08-14 23:57 UTC (permalink / raw)
To: John W Linville, Michael Buesch; +Cc: tim.gardner, linux-wireless
In trying to help users on the Ubuntu Bugzilla, I discovered another
BCM4306 with the Bluetooth Coexistence programming error in the SPROM.
This patch is contingent on the one that added the Linksys device with
subdevice code of 0x0014.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@kernel.org>
---
John,
This is more 2.6.27 material.
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
@@ -4615,6 +4615,7 @@ static void b43_sprom_fixup(struct ssb_b
if (bus->bustype == SSB_BUSTYPE_PCI) {
pdev = bus->host_pci;
if (IS_PDEV(pdev, BROADCOM, 0x4318, ASUSTEK, 0x100F) ||
+ 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))
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] b43: Fix for another Bluetooth Coexistence SPROM Programming error for BCM4306
2008-08-14 23:57 [PATCH] b43: Fix for another Bluetooth Coexistence SPROM Programming error for BCM4306 Larry Finger
@ 2008-08-15 0:06 ` Michael Buesch
0 siblings, 0 replies; 2+ messages in thread
From: Michael Buesch @ 2008-08-15 0:06 UTC (permalink / raw)
To: Larry Finger; +Cc: John W Linville, tim.gardner, linux-wireless
On Friday 15 August 2008 01:57:11 Larry Finger wrote:
> In trying to help users on the Ubuntu Bugzilla, I discovered another
> BCM4306 with the Bluetooth Coexistence programming error in the SPROM.
>
> This patch is contingent on the one that added the Linksys device with
> subdevice code of 0x0014.
>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> Cc: Stable <stable@kernel.org>
> ---
>
> John,
>
> This is more 2.6.27 material.
ACK
> 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
> @@ -4615,6 +4615,7 @@ static void b43_sprom_fixup(struct ssb_b
> if (bus->bustype == SSB_BUSTYPE_PCI) {
> pdev = bus->host_pci;
> if (IS_PDEV(pdev, BROADCOM, 0x4318, ASUSTEK, 0x100F) ||
> + 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))
>
>
>
>
--
Greetings Michael.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-15 0:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-14 23:57 [PATCH] b43: Fix for another Bluetooth Coexistence SPROM Programming error for BCM4306 Larry Finger
2008-08-15 0:06 ` Michael Buesch
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).