Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/29/2004 19:41:04
Module Name:	src
Committed By:	dyoung
Date:		Wed Dec 29 19:41:04 UTC 2004

Modified Files:
	src/sys/dev/ic: rtw.c

Log Message:
In rtw_detach, flag the rtw as "invalid" (RTW_F_INVALID).  Do not
try to power-down the RF section of an invalid rtw.

The radiotap signal quality field is 16, not 8, bits wide.  Convert
the byte order.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/dev/ic/rtw.c

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