Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/11/2002 09:13:55
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Aug 11 06:13:54 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: wi.c wi_ieee.h wireg.h wivar.h
Added Files:
	syssrc/sys/dev/ic: wi_hostap.c wi_hostap.h

Log Message:
Snapshot of work-in-progress: Add AP support for Prism2-based boards.
WEP for APs is not yet implemented, but without WEP, this works well
enough for my laptop to associate with an AP running this code.

Adapted from OpenBSD.


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 syssrc/sys/dev/ic/wi.c
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/wi_hostap.c \
    syssrc/sys/dev/ic/wi_hostap.h
cvs rdiff -r1.15 -r1.16 syssrc/sys/dev/ic/wi_ieee.h
cvs rdiff -r1.36 -r1.37 syssrc/sys/dev/ic/wireg.h
cvs rdiff -r1.16 -r1.17 syssrc/sys/dev/ic/wivar.h

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