diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-07-24 15:29:19 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-07-29 16:32:57 +0200 |
commit | 27cfdb0505e7bfdd84432823b9697b971d4fa731 (patch) | |
tree | fa6e8c6ac700e8ce294505733119235d0d2792b2 /drivers/bcma/host_pci.c | |
parent | b43: add support for BCM43131 chipset with N-PHY rev 17 (diff) | |
download | linux-27cfdb0505e7bfdd84432823b9697b971d4fa731.tar.xz linux-27cfdb0505e7bfdd84432823b9697b971d4fa731.zip |
bcma: add support for BCM43131 that was found in Tenda W311E
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/host_pci.c')
-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 3cf725a49dc1..294a7dd25190 100644 --- a/drivers/bcma/host_pci.c +++ b/drivers/bcma/host_pci.c @@ -280,6 +280,7 @@ static const struct pci_device_id bcma_pci_bridge_tbl[] = { { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4359) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4365) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x43a9) }, + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x43aa) }, { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) }, { 0, }, }; |