diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-06-29 19:44:40 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-09 16:36:04 -0400 |
commit | 02817be0b2cd42412cf3c09f8f1667f39b6d020d (patch) | |
tree | 3e4face02471e169979cdd58d6998058cf764f0b /drivers/bcma | |
parent | 973f9763e6a33d2f122631bd58b2921b5f999cc6 (diff) |
bcma: add PCI ID for BCM43224
This ID was found on the PCIe wireless card on the board of a Netgear
WNDR3400 using a bcm4716. The device with this ID is identified by b43
as "Broadcom 43224 WLAN".
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma')
-rw-r--r-- | drivers/bcma/host_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c index 6c05cf470f96..c693c0b2639c 100644 --- a/drivers/bcma/host_pci.c +++ b/drivers/bcma/host_pci.c | |||
@@ -268,6 +268,7 @@ static SIMPLE_DEV_PM_OPS(bcma_pm_ops, bcma_host_pci_suspend, | |||
268 | 268 | ||
269 | static DEFINE_PCI_DEVICE_TABLE(bcma_pci_bridge_tbl) = { | 269 | static DEFINE_PCI_DEVICE_TABLE(bcma_pci_bridge_tbl) = { |
270 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x0576) }, | 270 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x0576) }, |
271 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 43224) }, | ||
271 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4331) }, | 272 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4331) }, |
272 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4353) }, | 273 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4353) }, |
273 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4357) }, | 274 | { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4357) }, |