aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.9/800-wl_exports.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-06-20 18:47:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-06-20 18:47:36 +0000
commit6fe1c0b45949a17301bc3c1712dac8f0170c15bf (patch)
tree9e3e5f30d5d7748b1881a64ab802bfa99a46d304 /target/linux/brcm63xx/patches-3.9/800-wl_exports.patch
parent65914db872730a59ea4e973c42690382b4e562e6 (diff)
downloadmaster-187ad058-6fe1c0b45949a17301bc3c1712dac8f0170c15bf.tar.gz
master-187ad058-6fe1c0b45949a17301bc3c1712dac8f0170c15bf.tar.bz2
master-187ad058-6fe1c0b45949a17301bc3c1712dac8f0170c15bf.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36979 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch2
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 cae2118a06..3b3b1ea6ee 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));