From 6b5a4500463d8c4ce80f809eaf4ad0a22a69aa84 Mon Sep 17 00:00:00 2001 From: yongari Date: Tue, 30 Sep 2008 07:22:02 +0000 Subject: Report current link state while auto-negotiation is in progress. --- sys/dev/mii/ciphy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/mii/ciphy.c b/sys/dev/mii/ciphy.c index cbb72a1..442743a 100644 --- a/sys/dev/mii/ciphy.c +++ b/sys/dev/mii/ciphy.c @@ -275,7 +275,7 @@ setit: sc->mii_ticks = 0; mii_phy_auto(sc); - return (0); + break; } /* Update the media status. */ -- cgit v1.1