Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 03/26/2007 04:32:15
Module Name:	src
Committed By:	dyoung
Date:		Mon Mar 26 04:32:15 UTC 2007

Modified Files:
	src/share/man/man9: ieee80211_radiotap.9
	src/sys/net80211: ieee80211_radiotap.h

Log Message:
Define four new radiotap fields per discussions with John Bicket, Sam
Leffler, and others:

        IEEE80211_RADIOTAP_RX_FLAGS = 14,
        IEEE80211_RADIOTAP_TX_FLAGS = 15,
        IEEE80211_RADIOTAP_RTS_RETRIES = 16,
        IEEE80211_RADIOTAP_DATA_RETRIES = 17,

I describe the fields in the manual page and in comments in the
header file (cross-referenced by the manual page).


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/share/man/man9/ieee80211_radiotap.9
cvs rdiff -r1.16 -r1.17 src/sys/net80211/ieee80211_radiotap.h

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