summaryrefslogtreecommitdiffstats
path: root/package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch')
-rw-r--r--package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch b/package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch
deleted file mode 100644
index c1d1344003..0000000000
--- a/package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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);