svn commit: r225053 - user/adrian/if_ath_tx/sys/dev/ath
Adrian Chadd
adrian at FreeBSD.org
Sun Aug 21 02:40:43 UTC 2011
Author: adrian
Date: Sun Aug 21 02:40:42 2011
New Revision: 225053
URL: http://svn.freebsd.org/changeset/base/225053
Log:
Document off-channel TX handling.
Modified:
user/adrian/if_ath_tx/sys/dev/ath/README
Modified: user/adrian/if_ath_tx/sys/dev/ath/README
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/README Sun Aug 21 02:35:10 2011 (r225052)
+++ user/adrian/if_ath_tx/sys/dev/ath/README Sun Aug 21 02:40:42 2011 (r225053)
@@ -51,6 +51,9 @@ Things to debug!
Things that need doing!
+* When off-channel, aggregate traffic should stay queued, but raw
+ frames (eg probes) should be sent?
+
* Handle channel/mode changes which shouldn't flush packets in the
software queue (and the packets in the hardware queue that can
be recovered after TX DMA is stopped..)
More information about the svn-src-user
mailing list