From: Felix Fietkau Date: Wed, 23 Apr 2008 16:28:05 +0000 (+0000) Subject: clear VLANTunnel bit on the marvell switch ports - should help with some bridging... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=69999abeda2fe3922261b8da6a98f287dbf72eb9;p=openwrt%2Fstaging%2Frmilecki.git clear VLANTunnel bit on the marvell switch ports - should help with some bridging issues SVN-Revision: 10931 --- 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 3e644c22327..27c0920bb59 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 );