Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 04:43:28 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248312 - head/sys/dev/ath
Message-ID:  <201303150443.r2F4hSGR064220@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150443.r2F4hSGR064220>