From b9c2e351d580abd4a18ad632920535c691542a83 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 8 Dec 2009 14:06:09 +0000 Subject: fix link status detection in various switch drivers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18698 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c') 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 3ae8899c2..c2f324572 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 @@ -366,7 +366,7 @@ mvswitch_read_status(struct phy_device *pdev) { pdev->speed = SPEED_100; pdev->duplex = DUPLEX_FULL; - pdev->state = PHY_UP; + pdev->link = 1; /* XXX ugly workaround: we can't force the switch * to gracefully handle hosts moving from one port to another, -- cgit v1.2.3