aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-07-08 16:34:52 +0000
committerJohn Crispin <blogic@openwrt.org>2013-07-08 16:34:52 +0000
commit8f63276f1c3278694f8d1614b8d6574885dd8612 (patch)
treebf9af5ef7bdc5573a8de42cf4d3e834b6f69c273
parent477ffef173f7faece05659fb427f89b019a90053 (diff)
downloadmaster-187ad058-8f63276f1c3278694f8d1614b8d6574885dd8612.tar.gz
master-187ad058-8f63276f1c3278694f8d1614b8d6574885dd8612.tar.bz2
master-187ad058-8f63276f1c3278694f8d1614b8d6574885dd8612.zip
ralink: vlan offloading is causing problems. disable it
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37203 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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;