Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 10/15/2002 11:51:51
Module Name:	syssrc
Committed By:	onoe
Date:		Tue Oct 15 08:51:51 UTC 2002

Modified Files:
	syssrc/sys/net: if_ieee80211.h if_ieee80211subr.c

Log Message:
Clear wep key when 'ifconfig -nwkey'.
Change the name for the size of driver private structure:
	ic_bss_privlen -> ic_node_privlen
Add a hook to free node for the driver private structure, though there are
no consumer of the structure in the tree for now.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/net/if_ieee80211.h
cvs rdiff -r1.20 -r1.21 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.