linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] b43: Fix Bluetooth Coexistence SPROM programming error for HP 12f8 version of BCM4306
@ 2008-09-26  5:10 Larry Finger
  2008-09-26  9:00 ` Michael Buesch
  0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2008-09-26  5:10 UTC (permalink / raw)
  To: John W Linville, Michael Buesch; +Cc: bcm43xx-dev, linux-wireless

Yet another BCM4306 card with the Bluetooth Coexistence SPROM programming
error has been found.

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

John,

Owners of these cards keep crawling out of the woodwork. This is
2.6.28 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
@@ -4543,6 +4543,7 @@ static void b43_sprom_fixup(struct ssb_b
 		pdev = bus->host_pci;
 		if (IS_PDEV(pdev, BROADCOM, 0x4318, ASUSTEK, 0x100F) ||
 		    IS_PDEV(pdev, BROADCOM, 0x4320,    DELL, 0x0003) ||
+		    IS_PDEV(pdev, BROADCOM, 0x4320,      HP, 0x12f8) ||
 		    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 Bluetooth Coexistence SPROM programming error for HP 12f8 version of BCM4306
  2008-09-26  5:10 [PATCH] b43: Fix Bluetooth Coexistence SPROM programming error for HP 12f8 version of BCM4306 Larry Finger
@ 2008-09-26  9:00 ` Michael Buesch
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Buesch @ 2008-09-26  9:00 UTC (permalink / raw)
  To: Larry Finger; +Cc: John W Linville, bcm43xx-dev, linux-wireless

On Friday 26 September 2008 07:10:37 Larry Finger wrote:
> Yet another BCM4306 card with the Bluetooth Coexistence SPROM programming
> error has been found.
> 
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> ---
> 
> John,
> 
> Owners of these cards keep crawling out of the woodwork. This is
> 2.6.28 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
> @@ -4543,6 +4543,7 @@ static void b43_sprom_fixup(struct ssb_b
>  		pdev = bus->host_pci;
>  		if (IS_PDEV(pdev, BROADCOM, 0x4318, ASUSTEK, 0x100F) ||
>  		    IS_PDEV(pdev, BROADCOM, 0x4320,    DELL, 0x0003) ||
> +		    IS_PDEV(pdev, BROADCOM, 0x4320,      HP, 0x12f8) ||
>  		    IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0015) ||
>  		    IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0014) ||
>  		    IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0013))
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 



-- 
Greetings Michael.

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

end of thread, other threads:[~2008-09-26  9:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-26  5:10 [PATCH] b43: Fix Bluetooth Coexistence SPROM programming error for HP 12f8 version of BCM4306 Larry Finger
2008-09-26  9:00 ` 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).