PERFORCE change 139277 for review

Sam Leffler sam at FreeBSD.org
Thu Apr 3 17:33:40 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=139277

Change 139277 by sam at 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.


More information about the p4-projects mailing list