Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 10/17/2003 03:58:23
Module Name:	src
Committed By:	dyoung
Date:		Fri Oct 17 03:58:23 UTC 2003

Modified Files:
	src/sys/dev/ic: wi.c

Log Message:
ieee80211_newstate() wants for ic->ic_state to equal the previous
state, so do not update ic->ic_state in wi_newstate() before calling
ieee80211_newstate(). Instead, update ic->ic_state when we do not
let ieee80211_newstate() run.


To generate a diff of this commit:
cvs rdiff -r1.135 -r1.136 src/sys/dev/ic/wi.c

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