aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-12-08 14:06:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-12-08 14:06:09 +0000
commit5232331c981742da7fc3423a2e16f44247f10ba1 (patch)
treeea2a42c9f6a37b76513d340a64ed9ad478df15ae /target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c
parent9828d89496fe4afb99481cd872d8cb8f806831fc (diff)
downloadupstream-5232331c981742da7fc3423a2e16f44247f10ba1.tar.gz
upstream-5232331c981742da7fc3423a2e16f44247f10ba1.tar.bz2
upstream-5232331c981742da7fc3423a2e16f44247f10ba1.zip
fix link status detection in various switch drivers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18698 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c')
-rw-r--r--target/linux/generic-2.6/files/drivers/net/phy/mvswitch.c2
1 files changed, 1 insertions, 1 deletions
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 3ae8899c2a..c2f3245720 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,