summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-08 16:34:52 +0000
committerJohn Crispin <john@openwrt.org>2013-07-08 16:34:52 +0000
commit099188695af54918a30e709b247360ee95a2e10e (patch)
treec5547f3737885b1e40ce377f61ae70d9adef8e8a /target
parenta6091a5c71859b8db19eac1355f977d5b44c2a10 (diff)
downloadmaster-31e0f0ae-099188695af54918a30e709b247360ee95a2e10e.tar.gz
master-31e0f0ae-099188695af54918a30e709b247360ee95a2e10e.tar.bz2
master-31e0f0ae-099188695af54918a30e709b247360ee95a2e10e.zip
ralink: vlan offloading is causing problems. disable it
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37203
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/patches-3.9/0159-NET-MIPS-add-ralink-SoC-ethernet-driver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-3.9/0159-NET-MIPS-add-ralink-SoC-ethernet-driver.patch b/target/linux/ramips/patches-3.9/0159-NET-MIPS-add-ralink-SoC-ethernet-driver.patch
index 8555d3cd59..e386efdb8f 100644
--- a/target/linux/ramips/patches-3.9/0159-NET-MIPS-add-ralink-SoC-ethernet-driver.patch
+++ b/target/linux/ramips/patches-3.9/0159-NET-MIPS-add-ralink-SoC-ethernet-driver.patch
@@ -3325,7 +3325,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+ [FE_REG_RX_CALC_IDX0] = FE_RX_CALC_IDX0,
+ [FE_REG_FE_INT_ENABLE] = FE_FE_INT_ENABLE,
+ [FE_REG_FE_INT_STATUS] = FE_FE_INT_STATUS,
-+ [FE_REG_FE_DMA_VID_BASE] = FE_DMA_VID0,
++ /*[FE_REG_FE_DMA_VID_BASE] = FE_DMA_VID0,*/
+};
+
+static const u32 *fe_reg_table = fe_reg_table_default;