Преглед изворни кода

clear VLANTunnel bit on the marvell switch ports - should help with some bridging issues

SVN-Revision: 10931
Felix Fietkau пре 17 година
родитељ
комит
69999abeda
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c

+ 0 - 1
target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c

@@ -235,7 +235,6 @@ mvswitch_config_init(struct phy_device *pdev)
 	/* initialize the cpu port */
 	w16(pdev, MV_PORTREG(CONTROL, MV_CPUPORT),
 		MV_PORTCTRL_ENABLED |
-		MV_PORTCTRL_VLANTUN |
 		MV_PORTCTRL_RXTR |
 		MV_PORTCTRL_TXTR
 	);