mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add missing part of r191537 that should have read: hoist DLT_IEEE802_11
bpf tap from ieee80211_encap up to ieee80211_start
This commit is contained in:
parent
d02add54ea
commit
525ae70f94
1 changed files with 0 additions and 4 deletions
|
|
@ -1138,10 +1138,6 @@ ieee80211_encap(struct ieee80211vap *vap, struct ieee80211_node *ni,
|
|||
IEEE80211_NODE_STAT(ni, tx_ucast);
|
||||
IEEE80211_NODE_STAT_ADD(ni, tx_bytes, datalen);
|
||||
|
||||
/* XXX fragmented frames not handled */
|
||||
if (bpf_peers_present(vap->iv_rawbpf))
|
||||
bpf_mtap(vap->iv_rawbpf, m);
|
||||
|
||||
return m;
|
||||
bad:
|
||||
if (m != NULL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue