mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Last change for mgb(4) needed for IfAPI conversion
Sponsored by: Juniper Networks, Inc.
This commit is contained in:
parent
087f0d352a
commit
34d5a6a3dc
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ mgb_media_change(if_t ifp)
|
|||
|
||||
needs_reset = mii_mediachg(miid);
|
||||
if (needs_reset != 0)
|
||||
ifp->if_init(ctx);
|
||||
if_init(ifp, ctx);
|
||||
return (needs_reset);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue