mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Explicitly mark IFM_HDX for half-duplex media.
This commit is contained in:
parent
937982244e
commit
f350b4e7cf
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue