diff options
author | 2005-07-14 13:51:58 +0000 | |
---|---|---|
committer | 2005-07-14 13:51:58 +0000 | |
commit | c80b8112898b804421bdb27ec1a02ac764587cf7 (patch) | |
tree | 1a3f0e15aaaa7b6c9f3c024c637ffa0988674b43 | |
parent | fix some memleaks. ok hshoexer@ (diff) | |
download | wireguard-openbsd-c80b8112898b804421bdb27ec1a02ac764587cf7.tar.xz wireguard-openbsd-c80b8112898b804421bdb27ec1a02ac764587cf7.zip |
from netbsd -r1.4:
log message: "Explain how the extension bit works in the bitmap
that tells which fields are present."
ok jsg@ reyk@
-rw-r--r-- | share/man/man9/ieee80211_radiotap.9 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9 index 7343f9435cf..ddbde657e5b 100644 --- a/share/man/man9/ieee80211_radiotap.9 +++ b/share/man/man9/ieee80211_radiotap.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ieee80211_radiotap.9,v 1.4 2005/05/25 07:50:47 david Exp $ +.\" $OpenBSD: ieee80211_radiotap.9,v 1.5 2005/07/14 13:51:58 jmc Exp $ .\" .\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>, .\" Darron Broad <darron@kewl.org>, @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/ieee80211_radiotap.9,v 1.3 2004/07/07 12:59:39 ru Exp $ -.\" $Id: ieee80211_radiotap.9,v 1.4 2005/05/25 07:50:47 david Exp $ +.\" $Id: ieee80211_radiotap.9,v 1.5 2005/07/14 13:51:58 jmc Exp $ .\" .Dd March 2, 2004 .Dt IEEE80211_RADIOTAP 9 @@ -187,7 +187,16 @@ arbitrary, fixed reference. This bit is reserved for any future extensions to the .Vt radiotap structure. -It should not be used at this time. +A driver can set +.Dv IEEE80211_RADIOTAP_EXT +to extend the it_present bitmap by another 64 bits. +The bitmap can be extended by multiples of 32 bits to 96, 128, 160 bits, +or longer, by setting +.Dv IEEE80211_RADIOTAP_EXT +in the extensions. +The bitmap ends at the first extension field where +.Dv IEEE80211_RADIOTAP_EXT +is not set. .El .Sh EXAMPLES Radiotap header for the Realtek RTL8180L driver |