svn commit: r249942 - user/adrian/net80211_tx/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Fri Apr 26 16:58:23 UTC 2013


Author: adrian
Date: Fri Apr 26 16:58:22 2013
New Revision: 249942
URL: http://svnweb.freebsd.org/changeset/base/249942

Log:
  Add another TODO item.

Modified:
  user/adrian/net80211_tx/sys/dev/ath/powersave-todo.txt

Modified: user/adrian/net80211_tx/sys/dev/ath/powersave-todo.txt
==============================================================================
--- user/adrian/net80211_tx/sys/dev/ath/powersave-todo.txt	Fri Apr 26 16:31:03 2013	(r249941)
+++ user/adrian/net80211_tx/sys/dev/ath/powersave-todo.txt	Fri Apr 26 16:58:22 2013	(r249942)
@@ -32,6 +32,11 @@ tree:
   * But leave the queue paused, waiting until the transmission on said
     VAP has completed!
 
+* It turns out that there may be some sync issues with various stations
+  and power save support.  So let's add in a hack that forcibly times
+  a station _out_ of being in power save support for now, just in case
+  it does something kooky.
+
 --
 
 * Modify node cleanup to require the tx lock to be held, but have it


More information about the svn-src-user mailing list