Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 03/27/2006 21:41:23
Module Name:	src
Committed By:	dyoung
Date:		Mon Mar 27 21:41:23 UTC 2006

Modified Files:
	src/sys/dev/ic: athioctl.h

Log Message:
Fix my typo in ath(4)'s radiotap presence field (receive direction)
so that the signal and noise are in dB, not dBm.  Since dBm signal
and noise come before the antenna field, the capture fields were
in the wrong order.  That made for some astonishing (and wrong)
radiotap captures.  dB signal and noise come after the antenna
field, so everything is in the right order, now.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/dev/ic/athioctl.h

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