mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fixing a typo in rev1.196.
This commit is contained in:
parent
714e68b8d2
commit
edc428baef
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue