Author: hauke
Date: 2014-08-09 01:06:16 +0200 (Sat, 09 Aug 2014)
New Revision: 42087

Added:
   
branches/barrier_breaker/package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch
Log:
broadcom-wl: add support for a8xx broadcom devices

Tested on Comtrend VR-3025u (brcm6368 + a8d6-43222).

backport of: r42084

Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]>


Added: 
branches/barrier_breaker/package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch
===================================================================
--- 
branches/barrier_breaker/package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch
                          (rev 0)
+++ 
branches/barrier_breaker/package/kernel/broadcom-wl/patches/200-add_bcm_a8xx_support.patch
  2014-08-08 23:06:16 UTC (rev 42087)
@@ -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);
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to