summaryrefslogtreecommitdiffstats
path: root/sys/dev/en/midway.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/en/midway.c')
-rw-r--r--sys/dev/en/midway.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/en/midway.c b/sys/dev/en/midway.c
index 6732190..85e4a80 100644
--- a/sys/dev/en/midway.c
+++ b/sys/dev/en/midway.c
@@ -794,7 +794,7 @@ en_txdma(struct en_softc *sc, struct en_txslot *slot)
tx.m->m_pkthdr.len = tx.datalen;
}
- bpf_mtap(sc->ifp, tx.m);
+ bpf_mtap(sc->ifp->if_bpf, tx.m);
}
#endif
OpenPOWER on IntegriCloud