Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a58d4522 authored by Larry Finger's avatar Larry Finger Committed by John W. Linville
Browse files

b43: Fix for SPROM coding error in Linksys WMP54G (BCM4306/3)



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: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@kernel.org>		[2.6.25.x, 2.6.26.x]
Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a61dae1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4616,6 +4616,7 @@ static void b43_sprom_fixup(struct ssb_bus *bus)
		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;
	}