Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/16/2007 04:58:39
Module Name:	src
Committed By:	dyoung
Date:		Fri Nov 16 04:58:39 UTC 2007

Modified Files:
	src/sys/dev/ic: atw.c atwreg.h atwvar.h

Log Message:
Replace some magic numbers with HFA3861A register names.

Do not alias the Rx descriptor word ar_ctl to ar_rssi with a #define.
Instead, call the member ar_ctlrssi.

Convert the ugly macro ATW_RXDESC_INIT() to an inline subroutine,
atw_rxdesc_init().

Do not load an empty IEEE80211_RADIOTAP_FLAGS field into the Tx
radiotap header.


To generate a diff of this commit:
cvs rdiff -r1.131 -r1.132 src/sys/dev/ic/atw.c
cvs rdiff -r1.17 -r1.18 src/sys/dev/ic/atwreg.h
cvs rdiff -r1.23 -r1.24 src/sys/dev/ic/atwvar.h

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