aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch
diff options
context:
space:
mode:
authorJames <>2015-11-04 11:49:21 +0000
committerJames <>2015-11-04 11:49:21 +0000
commit716ca530e1c4515d8683c9d5be3d56b301758b66 (patch)
tree700eb5bcc1a462a5f21dcec15ce7c97ecfefa772 /package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch
downloadtrunk-47381-master.tar.gz
trunk-47381-master.tar.bz2
trunk-47381-master.zip
trunk-47381HEADmaster
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, 12 insertions, 0 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
new file mode 100644
index 0000000..c1d1344
--- /dev/null
+++ b/package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch
@@ -0,0 +1,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);