summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/t4_tracer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cxgbe/t4_tracer.c')
-rw-r--r--sys/dev/cxgbe/t4_tracer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/t4_tracer.c b/sys/dev/cxgbe/t4_tracer.c
index e9727f5..771636a 100644
--- a/sys/dev/cxgbe/t4_tracer.c
+++ b/sys/dev/cxgbe/t4_tracer.c
@@ -192,7 +192,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;
OpenPOWER on IntegriCloud