diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-10-08 20:18:27 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-10-08 20:18:27 +0000 |
commit | 8086b7a75004e9f0ec71d5ffc9afce94a075087b (patch) | |
tree | f0ac6525552541d4e5469b3e3866d55dfbf339d7 /package/mac80211/patches | |
parent | d14c6b29eb4e2b23cf2d90b15cc8774a72a06d31 (diff) | |
download | upstream-8086b7a75004e9f0ec71d5ffc9afce94a075087b.tar.gz upstream-8086b7a75004e9f0ec71d5ffc9afce94a075087b.tar.bz2 upstream-8086b7a75004e9f0ec71d5ffc9afce94a075087b.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.
SVN-Revision: 33669
Diffstat (limited to 'package/mac80211/patches')
-rw-r--r-- | package/mac80211/patches/849-brcmsmac-add-device-found-on-some-SoCs-like-the-bcm4.patch | 2 |
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 |