summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoravatar <avatar@FreeBSD.org>2006-06-05 23:06:03 +0000
committeravatar <avatar@FreeBSD.org>2006-06-05 23:06:03 +0000
commitb930a2c578b3515d60ebf41b5d72ebeab93be0a1 (patch)
tree97d963e9f3a24b7e7f40d67c2116dfa583204270 /sys
parenta1ccc97be38cec21732e5e093e0a5d3bd8f3947d (diff)
downloadFreeBSD-src-b930a2c578b3515d60ebf41b5d72ebeab93be0a1.zip
FreeBSD-src-b930a2c578b3515d60ebf41b5d72ebeab93be0a1.tar.gz
Really fix the typo this time: it should be sc->sc_drvbpf to be verified,
not ic->ic_drvbpf.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wi/if_wi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c
index bd11e37..d1a5993 100644
--- a/sys/dev/wi/if_wi.c
+++ b/sys/dev/wi/if_wi.c
@@ -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_drvbpf)) {
+ if (bpf_peers_present(sc->sc_drvbpf)) {
sc->sc_tx_th.wt_rate =
ni->ni_rates.rs_rates[ni->ni_txrate];
bpf_mtap2(sc->sc_drvbpf,
OpenPOWER on IntegriCloud