svn commit: r191540 - head/sys/net80211
Sam Leffler
sam at FreeBSD.org
Sun Apr 26 21:16:30 UTC 2009
Author: sam
Date: Sun Apr 26 21:16:29 2009
New Revision: 191540
URL: http://svn.freebsd.org/changeset/base/191540
Log:
add missing part of r191537 that should have read: hoist DLT_IEEE802_11
bpf tap from ieee80211_encap up to ieee80211_start
Modified:
head/sys/net80211/ieee80211_output.c
Modified: head/sys/net80211/ieee80211_output.c
==============================================================================
--- head/sys/net80211/ieee80211_output.c Sun Apr 26 21:16:03 2009 (r191539)
+++ head/sys/net80211/ieee80211_output.c Sun Apr 26 21:16:29 2009 (r191540)
@@ -1138,10 +1138,6 @@ ieee80211_encap(struct ieee80211vap *vap
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)
More information about the svn-src-head
mailing list