Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 06/08/2000 22:31:20
Module Name:	syssrc
Committed By:	onoe
Date:		Fri Jun  9 05:31:20 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: Makefile awi.c awivar.h
	syssrc/sys/dev/pcmcia: files.pcmcia if_awi_pcmcia.c
	syssrc/sys/net: if_ieee80211.h
Added Files:
	syssrc/sys/dev/ic: awi_wep.c awi_wicfg.c
Removed Files:
	syssrc/sys/dev/ic: awictl.h

Log Message:
cleanup haeders.
add opt_awi.h to define AWI_DEBUG, AWI_WEP_ARC4.
show the firmware version at attach.
create a framework to support WEP (encryption code is not included for now).
a new wiconfig compatible ioctl interface replaced the awictl interface.
fix memory leak in selecting AP
fix bugs in ESSID selection
changes from FreeBSD-current by Warner Losh:
  revision 1.2
  date: 2000/04/17 22:58:15;  author: imp;  state: Exp;  lines: +16 -1
  Provide mem* for compat with NetBSD to fix LINT
fixes from FreeBSD-current by Guido van Rooij:
  revision 1.4
  date: 2000/05/29 19:58:10;  author: guido;  state: Exp;  lines: +5 -2
  Fix a panic resulting from an obvious null pointer deref.
  Apparently some other panics still exist in this driver, but with
  this fix, it was at least possible to run the Nokia card at SANE 2000.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/ic/Makefile
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/ic/awi.c
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/awi_wep.c syssrc/sys/dev/ic/awi_wicfg.c
cvs rdiff -r1.1 -r0 syssrc/sys/dev/ic/awictl.h
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/ic/awivar.h
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/pcmcia/files.pcmcia
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/pcmcia/if_awi_pcmcia.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/net/if_ieee80211.h

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