Date: Sun, 21 Aug 2011 02:40:43 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r225053 - user/adrian/if_ath_tx/sys/dev/ath Message-ID: <201108210240.p7L2ehTb078884@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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..)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108210240.p7L2ehTb078884>