Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 09/19/2001 07:09:57
Module Name:	syssrc
Committed By:	onoe
Date:		Wed Sep 19 04:09:57 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: awi.c awivar.h
	syssrc/sys/net: if_ieee80211.h if_ieee80211subr.c

Log Message:
Fix for FH infrastructure mode.
XXX: FH chanset should be calculated by FH hop pattern, but BayStack 650 AP
     always specify chanset to fixed value 1.  The previous code try to this
     hack into awi driver, but it is insufficient because the chanset value
     in awi driver may change while scan and it may be different from the
     value in receiving beacon/probe-response.  So we save encoded FH chanset
     into channel in 802.11 common bss information for now.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/dev/ic/awi.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/dev/ic/awivar.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/net/if_ieee80211.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/net/if_ieee80211subr.c

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