Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 10/13/2003 08:22:19
Module Name:	src
Committed By:	dyoung
Date:		Mon Oct 13 08:22:19 UTC 2003

Modified Files:
	src/sys/dev/cardbus: if_atw_cardbus.c
	src/sys/dev/ic: atw.c atwvar.h
	src/sys/dev/pci: if_atw_pci.c

Log Message:
Adapt atw(4) to the new 802.11 layer.

Simplify atw_start, atw_newstate.

Synchronize access to atw_start by bracketing the call to
ieee80211_next_scan in atw_next_scan with splnet()/splx().


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/cardbus/if_atw_cardbus.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/ic/atw.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/ic/atwvar.h
cvs rdiff -r1.1 -r1.2 src/sys/dev/pci/if_atw_pci.c

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