1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Fixing a typo in rev1.196.

This commit is contained in:
Tai-hwa Liang 2006-06-05 22:59:14 +00:00
parent 714e68b8d2
commit edc428baef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159319

View File

@ -980,7 +980,7 @@ wi_start(struct ifnet *ifp)
frmhdr.wi_tx_ctl |= htole16(WI_TXCNTL_NOCRYPT);
}
#if NBPFILTER > 0
if (bpf_peers_present(ic->ic_rawbpf)) {
if (bpf_peers_present(ic->ic_drvbpf)) {
sc->sc_tx_th.wt_rate =
ni->ni_rates.rs_rates[ni->ni_txrate];
bpf_mtap2(sc->sc_drvbpf,