Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
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.
Home |
Main Index |
Thread Index |
Old Index