From df35ee622f1c7528dfa86f537cdb8a8c58ead684 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 8 Dec 2009 14:06:09 +0000 Subject: fix link status detection in various switch drivers SVN-Revision: 18698 --- 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 3ae8899..c2f3245 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.1