diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-06-20 18:47:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-06-20 18:47:36 +0000 |
commit | 4ef56823e09065e292b7ab33b8eef8ac0d919e41 (patch) | |
tree | 0ae4aa5831866b59f5008c220127e9f3574305bb /target/linux/brcm63xx/patches-3.9/800-wl_exports.patch | |
parent | 07757044bf158d7a7c25ae7e4273a3ac5e316587 (diff) | |
download | mtk-20170518-4ef56823e09065e292b7ab33b8eef8ac0d919e41.zip mtk-20170518-4ef56823e09065e292b7ab33b8eef8ac0d919e41.tar.gz mtk-20170518-4ef56823e09065e292b7ab33b8eef8ac0d919e41.tar.bz2 |
brcm63xx: reduce the number of Ethernet DMA channels from 16 to 8
We currently used 16 DMA Ethernet channels, but the hardware only
supports up to 8 (with 2 per enet and the remaining for USB slave).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36979
Diffstat (limited to 'target/linux/brcm63xx/patches-3.9/800-wl_exports.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.9/800-wl_exports.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.9/800-wl_exports.patch b/target/linux/brcm63xx/patches-3.9/800-wl_exports.patch index cae2118..3b3b1ea 100644 --- a/target/linux/brcm63xx/patches-3.9/800-wl_exports.patch +++ b/target/linux/brcm63xx/patches-3.9/800-wl_exports.patch @@ -14,7 +14,7 @@ void __init bcm63xx_nvram_init(void *addr) { unsigned int check_len; -@@ -48,6 +55,7 @@ void __init bcm63xx_nvram_init(void *add +@@ -49,6 +56,7 @@ void __init bcm63xx_nvram_init(void *add /* extract nvram data */ memcpy(&nvram, addr, sizeof(nvram)); |