mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Restore auto MDIX for RTL8211B and newer revision PHYs which was
broken in r279903. Reported by: john <> feith . com
This commit is contained in:
parent
1cd30eb6dd
commit
ce18f7cde8
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ rgephy_reset(struct mii_softc *sc)
|
|||
PHY_WRITE(sc, RGEPHY_MII_SSR, ssr);
|
||||
}
|
||||
}
|
||||
break;
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
if (sc->mii_mpd_rev >= RGEPHY_8211B) {
|
||||
pcr = PHY_READ(sc, RGEPHY_MII_PCR);
|
||||
|
|
|
|||
Loading…
Reference in a new issue