Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 12/27/2004 01:51:49
Module Name: src
Committed By: mycroft
Date: Mon Dec 27 01:51:49 UTC 2004
Modified Files:
src/sys/dev/ic: atw.c rtw.c
src/sys/net80211: ieee80211.h ieee80211_output.c
Log Message:
Replace d_plcp_svc with d_residue. The latter is the number of whole
empty/unused octets to fill out the data time slot. The value is constrained
by math to 0 for <= 5.5Mb, 0-1 for 11Mb, and 0-2 for 22Mb. It is used to
signal to the MAC that there is residue.
To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 src/sys/dev/ic/atw.c
cvs rdiff -r1.24 -r1.25 src/sys/dev/ic/rtw.c
cvs rdiff -r1.9 -r1.10 src/sys/net80211/ieee80211.h
cvs rdiff -r1.19 -r1.20 src/sys/net80211/ieee80211_output.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.