summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2008-09-30 07:22:02 +0000
committeryongari <yongari@FreeBSD.org>2008-09-30 07:22:02 +0000
commit6b5a4500463d8c4ce80f809eaf4ad0a22a69aa84 (patch)
tree6c004e55b9ad840150c126598216f4d73a191eb7 /sys
parentfcbe6077bf87cedbf2ebc176aadc7548d8c83216 (diff)
downloadFreeBSD-src-6b5a4500463d8c4ce80f809eaf4ad0a22a69aa84.zip
FreeBSD-src-6b5a4500463d8c4ce80f809eaf4ad0a22a69aa84.tar.gz
Report current link state while auto-negotiation is in progress.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/mii/ciphy.c2
1 files changed, 1 insertions, 1 deletions
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. */
OpenPOWER on IntegriCloud