summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/mlphy.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-29 06:48:20 +0000
committerphk <phk@FreeBSD.org>2002-04-29 06:48:20 +0000
commitb8edad4923164ceeaa0858c3084c662787e4450c (patch)
tree2110ab56f4ee9ed02ae0f8912f507c8d9a4a81fd /sys/dev/mii/mlphy.c
parent27437e6a2afe8a7a44a4e953b44f3ffcb667d446 (diff)
downloadFreeBSD-src-b8edad4923164ceeaa0858c3084c662787e4450c.zip
FreeBSD-src-b8edad4923164ceeaa0858c3084c662787e4450c.tar.gz
Edging ever closer to NetBSD...
Diffstat (limited to 'sys/dev/mii/mlphy.c')
-rw-r--r--sys/dev/mii/mlphy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/mlphy.c b/sys/dev/mii/mlphy.c
index e5c4195..c983b71 100644
--- a/sys/dev/mii/mlphy.c
+++ b/sys/dev/mii/mlphy.c
@@ -375,8 +375,8 @@ mlphy_service(xsc, mii, cmd)
other->mii_inst = sc->mii_inst;
(void) (*other->mii_service)(other, mii, MII_POLLSTAT);
other->mii_inst = other_inst;
- sc->mii_active = other->mii_active;
- sc->mii_status = other->mii_status;
+ sc->mii_media_active = other->mii_media_active;
+ sc->mii_media_status = other->mii_media_status;
} else
ukphy_status(sc);
OpenPOWER on IntegriCloud