Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2008 17:33:40 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139277 for review
Message-ID:  <200804031733.m33HXeMl097570@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139277

Change 139277 by sam@sam_ebb on 2008/04/03 17:33:07

	the state change SLEEP->RUN may not happen directly; return until
	the state machine calls back again

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_output.c#45 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_output.c#45 (text+ko) ====

@@ -116,6 +116,7 @@
 		 * In power save, wakeup device for transmit.
 		 */
 		ieee80211_new_state(vap, IEEE80211_S_RUN, 0);
+		return;
 	}
 	/*
 	 * No data frames go out unless we're running.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804031733.m33HXeMl097570>