Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/07/2003 04:49:17
Module Name:	src
Committed By:	dyoung
Date:		Sun Dec  7 04:49:17 UTC 2003

Modified Files:
	src/sys/dev/ic: atwvar.h wivar.h
	src/sys/net80211: ieee80211_radiotap.h

Log Message:
Updates to 802.11 radiotap. The _DB_ flags were used everywhere to
denote a signed dBm Rx power, so rename them to _DBM_ and change
the signedness.  Add new _DB_ flags for unsigned Rx power measured
from an arbitrary reference.

Try to synchronize net80211/ieee80211_radiotap.h with my tcpdump
sources (which public tcpdump has not seen, yet) and with FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/ic/atwvar.h
cvs rdiff -r1.39 -r1.40 src/sys/dev/ic/wivar.h
cvs rdiff -r1.3 -r1.4 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.