From f12451cca68d1bd1839fc384348cef9b21d0aa52 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 23 Apr 2008 16:28:05 +0000 Subject: clear VLANTunnel bit on the marvell switch ports - should help with some bridging issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10931 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/generic-2.6/files/drivers') diff --git a/target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c b/target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c index 3e644c223..27c0920bb 100644 --- a/target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c +++ b/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 ); -- cgit v1.2.3