200-add_bcm_a8xx_support.patch 398 B

123456789101112
  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. if ((pdev->vendor != PCI_VENDOR_ID_BROADCOM) ||
  5. (((pdev->device & 0xff00) != 0x4300) &&
  6. - ((pdev->device & 0xff00) != 0x4700)))
  7. + ((pdev->device & 0xff00) != 0x4700) &&
  8. + ((pdev->device & 0xff00) != 0xa800)))
  9. return (-ENODEV);
  10. rc = pci_enable_device(pdev);