cxgbe(4): Remove stray if_up from the code that creates the tracing ifnet.
This commit is contained in:
parent
32d5c97723
commit
7a5b897dfe
@ -193,7 +193,6 @@ t4_cloner_create(struct if_clone *ifc, char *name, size_t len, caddr_t params)
|
||||
ifmedia_add(&sc->media, IFM_ETHER | IFM_FDX | IFM_NONE, 0, NULL);
|
||||
ifmedia_set(&sc->media, IFM_ETHER | IFM_FDX | IFM_NONE);
|
||||
ether_ifattach(ifp, lla);
|
||||
if_up(ifp);
|
||||
|
||||
mtx_lock(&sc->ifp_lock);
|
||||
ifp->if_softc = sc;
|
||||
|
Loading…
Reference in New Issue
Block a user