From 69999abeda2fe3922261b8da6a98f287dbf72eb9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 23 Apr 2008 16:28:05 +0000 Subject: [PATCH] clear VLANTunnel bit on the marvell switch ports - should help with some bridging issues SVN-Revision: 10931 --- target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c | 1 - 1 file changed, 1 deletion(-) 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 ); -- 2.30.2