Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/29/2005 21:44:33
Module Name: src
Committed By: dyoung
Date: Thu Dec 29 21:44:33 UTC 2005
Modified Files:
src/sys/dev/ic: atw.c
Log Message:
Revamp state machine:
1 Only stop beacon generation on an ->INIT transition.
2 Merge AUTH and ASSOC cases, they do the same thing (tune
a new channel).
3 Start beacon generation in IBSS, AP, *and* "adhoc demo"
mode.
Cosmetic tweak: rewrap a statement.
To generate a diff of this commit:
cvs rdiff -r1.97 -r1.98 src/sys/dev/ic/atw.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.