diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-23 16:28:05 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-23 16:28:05 +0000 | 
| commit | f12451cca68d1bd1839fc384348cef9b21d0aa52 (patch) | |
| tree | ed0788118a94301051964b4b650917a496b42154 /target/linux/generic-2.6/files/drivers/net | |
| parent | 4e1db00174445aef92431f33cad7e2ac40e73d11 (diff) | |
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
Diffstat (limited to 'target/linux/generic-2.6/files/drivers/net')
| -rw-r--r-- | target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c | 1 | 
1 files changed, 0 insertions, 1 deletions
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  	);  | 
