No need to send two copies to the bpf tap when sending.

This commit is contained in:
pk 1997-07-28 22:35:49 +00:00
parent 4cef61d36b
commit 8c535d8cfe
1 changed files with 1 additions and 12 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: i82586.c,v 1.3 1997/07/28 22:26:13 pk Exp $ */
/* $NetBSD: i82586.c,v 1.4 1997/07/28 22:35:49 pk Exp $ */
/*-
* Copyright (c) 1997 Paul Kranenburg.
@ -659,17 +659,6 @@ iexmit(sc)
sc->xctail);
#endif
#if NBPFILTER > 0
/*
* If BPF is listening on this interface, let it see the packet before
* we push it on the wire.
*/
if (sc->sc_ethercom.ec_if.if_bpf)
bpf_tap(sc->sc_ethercom.ec_if.if_bpf,
sc->xmit_cbuffs[sc->xctail],
SWAP(sc->xmit_buffs[sc->xctail]->ie_xmit_flags));
#endif
sc->xmit_buffs[sc->xctail]->ie_xmit_flags |= SWAP(IE_XMIT_LAST);
sc->xmit_buffs[sc->xctail]->ie_xmit_next = SWAP(0xffff);
ST_24(sc->xmit_buffs[sc->xctail]->ie_xmit_buf,