* [PATCH] b43: Fix for SPROM coding error in Linksys WMP54G (BCM4306/3)
@ 2008-08-10 15:19 Larry Finger
2008-08-10 21:11 ` Michael Buesch
0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2008-08-10 15:19 UTC (permalink / raw)
To: John W Linville, Michael Buesch; +Cc: bcm43xx-dev, linux-wireless
The Linksys WMP54G (BCM4306/3) card in a PCI format has an SPROM coding
error and needs the fix found for several other cards.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@kernel.org> [2.6.25.x, 2.6.26.x]
--------
John,
This is a fix for 2.6.27.
Larry
---
main.c | 1 +
1 file changed, 1 insertion(+)
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
@@ -4616,6 +4616,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, LINKSYS, 0x0015) ||
+ IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0014) ||
IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0013))
bus->sprom.boardflags_lo &= ~B43_BFL_BTCOEXIST;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] b43: Fix for SPROM coding error in Linksys WMP54G (BCM4306/3)
2008-08-10 15:19 [PATCH] b43: Fix for SPROM coding error in Linksys WMP54G (BCM4306/3) Larry Finger
@ 2008-08-10 21:11 ` Michael Buesch
0 siblings, 0 replies; 2+ messages in thread
From: Michael Buesch @ 2008-08-10 21:11 UTC (permalink / raw)
To: Larry Finger; +Cc: John W Linville, bcm43xx-dev, linux-wireless
On Sunday 10 August 2008 17:19:33 Larry Finger wrote:
> The Linksys WMP54G (BCM4306/3) card in a PCI format has an SPROM coding
> error and needs the fix found for several other cards.
>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> Cc: Stable <stable@kernel.org> [2.6.25.x, 2.6.26.x]
Signed-off-by: Michael Buesch <mb@bu3sch.de>
> --------
>
> John,
>
> This is a fix for 2.6.27.
>
> Larry
> ---
>
> main.c | 1 +
> 1 file changed, 1 insertion(+)
>
> 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
> @@ -4616,6 +4616,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, LINKSYS, 0x0015) ||
> + IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0014) ||
> IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0013))
> bus->sprom.boardflags_lo &= ~B43_BFL_BTCOEXIST;
> }
>
>
--
Greetings Michael.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-10 21:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-10 15:19 [PATCH] b43: Fix for SPROM coding error in Linksys WMP54G (BCM4306/3) Larry Finger
2008-08-10 21:11 ` 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).