summaryrefslogtreecommitdiffstats
path: root/sys/dev/en
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-12-29 16:38:22 +0000
committerjhb <jhb@FreeBSD.org>2006-12-29 16:38:22 +0000
commitd9a83430ee7af3ac44028bb881fcd6c130654ea2 (patch)
treec64dd94c5b469fe15a7d7b507809662ce4c0a434 /sys/dev/en
parent5c315672314aa0be517f7042681d085dcc88355e (diff)
downloadFreeBSD-src-d9a83430ee7af3ac44028bb881fcd6c130654ea2.zip
FreeBSD-src-d9a83430ee7af3ac44028bb881fcd6c130654ea2.tar.gz
Fix fat-fingering in previous commit.
Pointy hat to: jhb
Diffstat (limited to 'sys/dev/en')
-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