Module Name:    src
Committed By:   dyoung
Date:           Tue Feb 21 19:53:49 UTC 2017

Modified Files:
        src/share/man/man9: ieee80211_radiotap.9

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/ieee80211_radiotap.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/ieee80211_radiotap.9
diff -u src/share/man/man9/ieee80211_radiotap.9:1.15 src/share/man/man9/ieee80211_radiotap.9:1.16
--- src/share/man/man9/ieee80211_radiotap.9:1.15	Tue Mar 18 18:20:40 2014
+++ src/share/man/man9/ieee80211_radiotap.9	Tue Feb 21 19:53:49 2017
@@ -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 <[email protected]>,
 .\"			Darron Broad <[email protected]>.
@@ -218,7 +218,7 @@ This bit is reserved for any future exte
 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

Reply via email to