Explicitly mark IFM_HDX for half-duplex media.
This commit is contained in:
parent
937982244e
commit
f350b4e7cf
@ -340,6 +340,8 @@ ciphy_status(struct mii_softc *sc)
|
||||
|
||||
if (bmsr & CIPHY_AUXCSR_FDX)
|
||||
mii->mii_media_active |= IFM_FDX;
|
||||
else
|
||||
mii->mii_media_active |= IFM_HDX;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user