aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-04-23 16:28:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-04-23 16:28:05 +0000
commit69999abeda2fe3922261b8da6a98f287dbf72eb9 (patch)
tree900db60480edba9d0fbd50f8c2e50463d9c56d41 /target
parent2c3018e0da6b5a9d7ada5b2565928351fc5b6303 (diff)
downloadupstream-69999abeda2fe3922261b8da6a98f287dbf72eb9.tar.gz
upstream-69999abeda2fe3922261b8da6a98f287dbf72eb9.tar.bz2
upstream-69999abeda2fe3922261b8da6a98f287dbf72eb9.zip
clear VLANTunnel bit on the marvell switch ports - should help with some bridging issues
SVN-Revision: 10931
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c1
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 3e644c2232..27c0920bb5 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
);