aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2012-10-08 20:18:27 +0000
committerHauke Mehrtens <hauke@openwrt.org>2012-10-08 20:18:27 +0000
commit5ea49bbb0e9d32ba629161a4ef670522ab95397f (patch)
tree6472d64ca54e4ccd97c29b80df3d01812f56b9e4 /package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch
parentb8f16535e2385ac826708c2bdca2b0ab5822e4b0 (diff)
downloadmaster-187ad058-5ea49bbb0e9d32ba629161a4ef670522ab95397f.tar.gz
master-187ad058-5ea49bbb0e9d32ba629161a4ef670522ab95397f.tar.bz2
master-187ad058-5ea49bbb0e9d32ba629161a4ef670522ab95397f.zip
mac80211: brcmsmac: use firmware extracted from proprietary driver
The firmware from linux-firmware does not support the rev 17 core found in a bcm4716. The firmware extracted from the proprietary driver supports this core. Use this firmware instead by default. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33669 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch')
-rw-r--r--package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch b/package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch
index f70a261f03..46528d5e01 100644
--- a/package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch
+++ b/package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch
@@ -4,7 +4,7 @@
/* recognized BCMA Core IDs */
static struct bcma_device_id brcms_coreid_table[] = {
-+// BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 17, BCMA_ANY_CLASS),
++ BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 17, BCMA_ANY_CLASS),
BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 23, BCMA_ANY_CLASS),
BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_80211, 24, BCMA_ANY_CLASS),
BCMA_CORETABLE_END