kernel: update bcma to the version from wireless-testing master-2014-09-04 tag
[librecmc/librecmc.git] / target / linux / bcm53xx / patches-3.14 / 160-bcma-add-PCI-IDs-for-more-devices.patch
1 From 5274195ed2aefa21bcc69de7ecbd13a88bd3f357 Mon Sep 17 00:00:00 2001
2 From: Hauke Mehrtens <hauke@hauke-m.de>
3 Date: Sat, 23 Aug 2014 17:58:11 +0200
4 Subject: [PATCH 11/17] bcma: add PCI ID for spromless BCM43217
5
6 This adds the PCI ID a BCM43217 without a sprom.
7 This devices was found on a Netgear R6250 attached to a BCM4708 ARM SoC.
8
9 bcma: bus1: Found chip with id 0xA8D1, rev 0x00 and package 0x08
10 bcma: bus1: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x27, class 0x0)
11 bcma: bus1: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1E, class 0x0)
12 bcma: bus1: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x14, class 0x0)
13
14 b43-phy0: Broadcom 43217 WLAN found (core revision 30)
15 b43-phy0: Found PHY: Analog 9, Type 4 (N), Revision 17
16 b43-phy0: Found Radio: Manuf 0x17F, ID 0x2057, Revision 14, Version 1
17
18 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
19 ---
20  drivers/bcma/host_pci.c | 1 +
21  1 file changed, 1 insertion(+)
22
23 --- a/drivers/bcma/host_pci.c
24 +++ b/drivers/bcma/host_pci.c
25 @@ -282,6 +282,7 @@ static const struct pci_device_id bcma_p
26         { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x43a9) },
27         { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x43aa) },
28         { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) },
29 +       { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 43227) },  /* 0xA8DB */
30         { 0, },
31  };
32  MODULE_DEVICE_TABLE(pci, bcma_pci_bridge_tbl);