Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/25/2005 17:33:56
Module Name:	src
Committed By:	thorpej
Date:		Fri Nov 25 17:33:56 UTC 2005

Modified Files:
	src/sys/conf: files
	src/sys/kern: init_main.c
	src/sys/net80211: ieee80211.c ieee80211_netbsd.c

Log Message:
Use a once control to call initialize the 802.11 layer when
ieee80211_ifattach() is called.  "wlan" no longer needs-flag,
and remove the ieee80211_init() call from main().


To generate a diff of this commit:
cvs rdiff -r1.740 -r1.741 src/sys/conf/files
cvs rdiff -r1.254 -r1.255 src/sys/kern/init_main.c
cvs rdiff -r1.41 -r1.42 src/sys/net80211/ieee80211.c
cvs rdiff -r1.9 -r1.10 src/sys/net80211/ieee80211_netbsd.c

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