From 8454d321072ceee2b15d7bbb461396e70068b23a Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 15 Mar 2013 04:43:27 +0000 Subject: [PATCH] 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. --- sys/dev/ath/if_ath_tx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c index 33318eab914..97e69678876 100644 --- a/sys/dev/ath/if_ath_tx.c +++ b/sys/dev/ath/if_ath_tx.c @@ -4176,8 +4176,6 @@ ath_tx_comp_cleanup_aggr(struct ath_softc *sc, struct ath_buf *bf_first) /* * 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. */