mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
MFC 197587.
Don't encode model id twice. Reported by: Kristof Provost <kristof <> sigsegv dot be>
This commit is contained in:
parent
e39d827775
commit
ee9449a145
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ e1000phy_reset(struct mii_softc *sc)
|
|||
}
|
||||
}
|
||||
|
||||
switch (MII_MODEL(esc->mii_model)) {
|
||||
switch (esc->mii_model) {
|
||||
case MII_MODEL_MARVELL_E3082:
|
||||
case MII_MODEL_MARVELL_E1112:
|
||||
case MII_MODEL_MARVELL_E1118:
|
||||
|
|
|
|||
Loading…
Reference in a new issue