Subject: Re: CVS commit: src
To: None <dyoung@NetBSD.org>
From: Sam Leffler <sam@errno.com>
List: source-changes
Date: 03/26/2007 10:01:57
David Young wrote:
> 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).

Sorry, I don't recall these discussions.  Were they for handling tx done
status?

	Sam