summaryrefslogtreecommitdiffstats
path: root/share/man/man9/ieee80211_radiotap.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/ieee80211_radiotap.9')
-rw-r--r--share/man/man9/ieee80211_radiotap.92
1 files changed, 0 insertions, 2 deletions
diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9
index f9f6250..8d44a47 100644
--- a/share/man/man9/ieee80211_radiotap.9
+++ b/share/man/man9/ieee80211_radiotap.9
@@ -104,7 +104,6 @@ this is checked with one of
and
.Fn ieee80211_radiotap_active .
In the transmit path capture work looks like this:
-.Pp
.Bd -literal -offset indent
if (ieee80211_radiotap_active_vap(vap)) {
... /* record transmit state */
@@ -115,7 +114,6 @@ if (ieee80211_radiotap_active_vap(vap)) {
While in the receive path capture is handled in
.Nm net80211
but state must be captured before dispatching a frame:
-.Pp
.Bd -literal -offset indent
if (ieee80211_radiotap_active(ic)) {
... /* record receive state */
OpenPOWER on IntegriCloud