clear VLANTunnel bit on the marvell switch ports - should help with some bridging...
authorFelix Fietkau <nbd@openwrt.org>
Wed, 23 Apr 2008 16:28:05 +0000 (16:28 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 23 Apr 2008 16:28:05 +0000 (16:28 +0000)
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

index 3e644c2..27c0920 100644 (file)
@@ -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
        );