Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 02/19/2006 07:52:43
Module Name:	src
Committed By:	dyoung
Date:		Sun Feb 19 07:52:43 UTC 2006

Modified Files:
	src/sys/net80211: ieee80211_output.c

Log Message:
From sam@FreeBSD.org:

set the mgt frame tx timer before dispatching the frame to the
driver; this closes a race where a response could be processed
before the timer was started and cause a RUN->SCAN state change
when operating in station mode


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/net80211/ieee80211_output.c

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