svn commit: r248312 - head/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Fri Mar 15 04:43:28 UTC 2013


Author: adrian
Date: Fri Mar 15 04:43:27 2013
New Revision: 248312
URL: http://svnweb.freebsd.org/changeset/base/248312

Log:
  Remove a now incorrect comment.
  
  This comment dates back to my initial stab at TX aggregation completion,
  where I didn't even bother trying to do software retries.

Modified:
  head/sys/dev/ath/if_ath_tx.c

Modified: head/sys/dev/ath/if_ath_tx.c
==============================================================================
--- head/sys/dev/ath/if_ath_tx.c	Fri Mar 15 02:52:37 2013	(r248311)
+++ head/sys/dev/ath/if_ath_tx.c	Fri Mar 15 04:43:27 2013	(r248312)
@@ -4176,8 +4176,6 @@ ath_tx_comp_cleanup_aggr(struct ath_soft
 /*
  * Handle completion of an set of aggregate frames.
  *
- * XXX for now, simply complete each sub-frame.
- *
  * Note: the completion handler is the last descriptor in the aggregate,
  * not the last descriptor in the first frame.
  */


More information about the svn-src-all mailing list