wifi-scripts: add script to add phy capabilities to board.json
[openwrt/staging/jow.git] / package / kernel / broadcom-wl / patches / 200-add_bcm_a8xx_support.patch
1 --- a/driver/wl_linux.c
2 +++ b/driver/wl_linux.c
3 @@ -876,7 +876,8 @@ wl_pci_probe(struct pci_dev *pdev, const
4
5 if ((pdev->vendor != PCI_VENDOR_ID_BROADCOM) ||
6 (((pdev->device & 0xff00) != 0x4300) &&
7 - ((pdev->device & 0xff00) != 0x4700)))
8 + ((pdev->device & 0xff00) != 0x4700) &&
9 + ((pdev->device & 0xff00) != 0xa800)))
10 return (-ENODEV);
11
12 rc = pci_enable_device(pdev);