aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2014-05-23 01:45:44 +0000
committerNavdeep Parhar <np@FreeBSD.org>2014-05-23 01:45:44 +0000
commit7a5b897dfea3766e46958feaafd4036a7a13c92e (patch)
tree10d1f4e5cbcb7d64e3a95243f1119dbdd241981f /sys/dev
parent32d5c977233f22db5f7df36217fde767ab615bfd (diff)
Notes
Diffstat (limited to 'sys/dev')
-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 c16fb90df178..0973f88ea7b0 100644
--- a/sys/dev/cxgbe/t4_tracer.c
+++ b/sys/dev/cxgbe/t4_tracer.c
@@ -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;