Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ichiro Fukuhara <ichiro@netbsd.org>
List: source-changes
Date: 05/15/2001 07:14:07
Module Name:	syssrc
Committed By:	ichiro
Date:		Tue May 15 04:14:07 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: wi.c wi_ieee.h wireg.h wivar.h
	syssrc/sys/dev/pcmcia: if_wi_pcmcia.c

Log Message:
It enabled it to control roaming mode and authentication mode.
Roaming mode can change value into 'firm mode' and disable.
Authentication mode can change into 'Open System authentication'
and 'Shared Key Authentication' with Prism2 chip.

wi_get_id() was introduced in order that chip might judge automatically
whether it is Prism2 chip. Therefore, a pp_prism2 entry in
"struct wi_pcmcia_product" became unnecessary.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/ic/wi.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/ic/wi_ieee.h syssrc/sys/dev/ic/wireg.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/wivar.h
cvs rdiff -r1.1 -r1.2 syssrc/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.