From 937982244e7b1916716bf0d11d5de5a06d30745c Mon Sep 17 00:00:00 2001 From: Pyun YongHyeon Date: Tue, 30 Sep 2008 07:22:02 +0000 Subject: [PATCH] Report current link state while auto-negotiation is in progress. --- sys/dev/mii/ciphy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mii/ciphy.c b/sys/dev/mii/ciphy.c index cbb72a11808b..442743a3c0cb 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. */