diff options
author | 2016-04-13 10:49:26 +0000 | |
---|---|---|
committer | 2016-04-13 10:49:26 +0000 | |
commit | 1e1858b66c07b2325844bd60ebf172f05b3364bb (patch) | |
tree | 34192c5f0937cd6a8047f76ea6f5a88a0a1eb485 /sys/dev/ic/lemac.c | |
parent | G/C IFQ_SET_READY(). (diff) | |
download | wireguard-openbsd-1e1858b66c07b2325844bd60ebf172f05b3364bb.tar.xz wireguard-openbsd-1e1858b66c07b2325844bd60ebf172f05b3364bb.zip |
G/C IFQ_SET_READY().
Diffstat (limited to 'sys/dev/ic/lemac.c')
-rw-r--r-- | sys/dev/ic/lemac.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/lemac.c b/sys/dev/ic/lemac.c index 461d42a1a1b..49a96de9706 100644 --- a/sys/dev/ic/lemac.c +++ b/sys/dev/ic/lemac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lemac.c,v 1.28 2015/12/08 13:34:22 tedu Exp $ */ +/* $OpenBSD: lemac.c,v 1.29 2016/04/13 10:49:26 mpi Exp $ */ /* $NetBSD: lemac.c,v 1.20 2001/06/13 10:46:02 wiz Exp $ */ /*- @@ -994,8 +994,6 @@ lemac_ifattach(struct lemac_softc *sc) if (sc->sc_flags & LEMAC_ALIVE) { uint64_t media; - IFQ_SET_READY(&ifp->if_snd); - if_attach(ifp); ether_ifattach(ifp); |