aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch
blob: c1d13440032edfa2972d837ace3caf753c991ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/driver/wl_linux.c
+++ b/driver/wl_linux.c
@@ -876,7 +876,8 @@ wl_pci_probe(struct pci_dev *pdev, const
 
 	if ((pdev->vendor != PCI_VENDOR_ID_BROADCOM) ||
 	    (((pdev->device & 0xff00) != 0x4300) &&
-	     ((pdev->device & 0xff00) != 0x4700)))
+	     ((pdev->device & 0xff00) != 0x4700) &&
+	     ((pdev->device & 0xff00) != 0xa800)))
 		return (-ENODEV);
 
 	rc = pci_enable_device(pdev);