Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/07/2003 05:44:49
Module Name:	src
Committed By:	dyoung
Date:		Sun Dec  7 05:44:49 UTC 2003

Modified Files:
	src/sys/arch/macppc/dev: if_wi_obio.c
	src/sys/dev/ic: wi.c wivar.h
	src/sys/dev/pci: if_wi_pci.c
	src/sys/dev/pcmcia: if_wi_pcmcia.c

Log Message:
Enable RSSI-based rate-adaptation for wi(4). This enables wi(4)-based
APs to run at "full speed" where before they ran at just 1 or 2Mb/s.
The AP will adapt the data rate for each client based on packet
losses and the received signal strength.

I have also enabled rate adaptation for STA mode and for IBSS mode,
but the hardware gives us less control over the data rate in those
modes.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/macppc/dev/if_wi_obio.c
cvs rdiff -r1.147 -r1.148 src/sys/dev/ic/wi.c
cvs rdiff -r1.40 -r1.41 src/sys/dev/ic/wivar.h
cvs rdiff -r1.28 -r1.29 src/sys/dev/pci/if_wi_pci.c
cvs rdiff -r1.37 -r1.38 src/sys/dev/pcmcia/if_wi_pcmcia.c

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