linux/drivers/net/wireless/b43
Rafał Miłecki 90f91b1298 b43: fix support for 14e4:4321 PCI dev with BCM4321 chipset
It seems Broadcom released two devices with conflicting device id. There
are for sure 14e4:4321 PCI devices with BCM4321 (N-PHY) chipset, they
can be found in routers, e.g. Netgear WNR834Bv2. However, according to
Broadcom public sources 0x4321 is also used for 5 GHz BCM4306 (G-PHY).
It's unsure if they meant PCI device id, or "virtual" id (from SPROM).
To distinguish these devices lets check PHY type (G vs. N).

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Cc: <stable@vger.kernel.org> # 3.16+
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-06-08 14:32:09 +03:00
..
b43.h b43: support bcma core reset on AC-PHY hardware 2015-01-29 10:54:43 +02:00
bus.c
bus.h
debugfs.c
debugfs.h
dma.c wireless: Use bool function returns of true/false instead of 1/0 2015-04-07 20:10:23 +03:00
dma.h
Kconfig b43: AC-PHY: prepare place for developing new PHY support 2015-01-29 10:54:43 +02:00
leds.c
leds.h
lo.c
lo.h
main.c b43: fix support for 14e4:4321 PCI dev with BCM4321 chipset 2015-06-08 14:32:09 +03:00
main.h
Makefile b43: AC-PHY: prepare place for developing new PHY support 2015-01-29 10:54:43 +02:00
pcmcia.c
pcmcia.h
phy_a.c
phy_a.h
phy_ac.c b43: AC-PHY: prepare place for developing new PHY support 2015-01-29 10:54:43 +02:00
phy_ac.h b43: AC-PHY: prepare place for developing new PHY support 2015-01-29 10:54:43 +02:00
phy_common.c b43: AC-PHY: prepare place for developing new PHY support 2015-01-29 10:54:43 +02:00
phy_common.h b43: AC-PHY: prepare place for developing new PHY support 2015-01-29 10:54:43 +02:00
phy_g.c
phy_g.h
phy_ht.c
phy_ht.h
phy_lcn.c
phy_lcn.h
phy_lp.c
phy_lp.h
phy_n.c
phy_n.h
pio.c
pio.h
ppr.c
ppr.h
radio_2055.c
radio_2055.h
radio_2056.c
radio_2056.h
radio_2057.c
radio_2057.h
radio_2059.c
radio_2059.h
rfkill.c
rfkill.h
sdio.c
sdio.h
sysfs.c
sysfs.h
tables_lpphy.c
tables_lpphy.h
tables_nphy.c
tables_nphy.h
tables_phy_ht.c
tables_phy_ht.h
tables_phy_lcn.c
tables_phy_lcn.h
tables.c
tables.h
wa.c
wa.h
xmit.c
xmit.h