Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/27/2004 20:04:45
Module Name: src
Committed By: dyoung
Date: Mon Dec 27 20:04:45 UTC 2004
Modified Files:
src/sys/dev/ic: rtw.c
Log Message:
Use a table to convert the hardware's bit rates (0, 1, 2, 3) to
net80211 bit rates (2, 4, 11, 22).
Count input errors (if_ierrors++) for "DMA error/FIFO overflow"
and unknown bit rate.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 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.