ralink: vlan offloading is causing problems. disable it
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37203
This commit is contained in:
parent
a6091a5c71
commit
099188695a
1 changed files with 1 additions and 1 deletions
|
@ -3325,7 +3325,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
|
||||||
+ [FE_REG_RX_CALC_IDX0] = FE_RX_CALC_IDX0,
|
+ [FE_REG_RX_CALC_IDX0] = FE_RX_CALC_IDX0,
|
||||||
+ [FE_REG_FE_INT_ENABLE] = FE_FE_INT_ENABLE,
|
+ [FE_REG_FE_INT_ENABLE] = FE_FE_INT_ENABLE,
|
||||||
+ [FE_REG_FE_INT_STATUS] = FE_FE_INT_STATUS,
|
+ [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;
|
+static const u32 *fe_reg_table = fe_reg_table_default;
|
||||||
|
|
Loading…
Reference in a new issue