mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-13 09:20:14 +02:00
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
This commit is contained in:
parent
4e1db00174
commit
f12451cca6
@ -235,7 +235,6 @@ mvswitch_config_init(struct phy_device *pdev)
|
|||||||
/* initialize the cpu port */
|
/* initialize the cpu port */
|
||||||
w16(pdev, MV_PORTREG(CONTROL, MV_CPUPORT),
|
w16(pdev, MV_PORTREG(CONTROL, MV_CPUPORT),
|
||||||
MV_PORTCTRL_ENABLED |
|
MV_PORTCTRL_ENABLED |
|
||||||
MV_PORTCTRL_VLANTUN |
|
|
||||||
MV_PORTCTRL_RXTR |
|
MV_PORTCTRL_RXTR |
|
||||||
MV_PORTCTRL_TXTR
|
MV_PORTCTRL_TXTR
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user