Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix PR standards/51989: the extension bit ext...



details:   https://anonhg.NetBSD.org/src/rev/07052460a714
branches:  trunk
changeset: 821915:07052460a714
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Feb 21 19:53:49 2017 +0000

description:
Fix PR standards/51989: the extension bit extends the presence bitmap
by 32 bits, not 64.

diffstat:

 share/man/man9/ieee80211_radiotap.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eb863976e5cf -r 07052460a714 share/man/man9/ieee80211_radiotap.9
--- a/share/man/man9/ieee80211_radiotap.9       Tue Feb 21 19:53:20 2017 +0000
+++ b/share/man/man9/ieee80211_radiotap.9       Tue Feb 21 19:53:49 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ieee80211_radiotap.9,v 1.15 2014/03/18 18:20:40 riastradh Exp $
+.\" $NetBSD: ieee80211_radiotap.9,v 1.16 2017/02/21 19:53:49 dyoung Exp $
 .\"
 .\" Copyright (c) 2004 Bruce M. Simpson <bms%spc.org@localhost>,
 .\"                    Darron Broad <darron%kewl.org@localhost>.
@@ -218,7 +218,7 @@
 structure.
 A driver sets
 .Dv IEEE80211_RADIOTAP_EXT
-to extend the it_present bitmap by another 64 bits.
+to extend the it_present bitmap by another 32 bits.
 The bitmap can be extended by multiples of 32 bits to 96, 128, 160
 bits or longer, by setting
 .Dv IEEE80211_RADIOTAP_EXT



Home | Main Index | Thread Index | Old Index