mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
5f2f0e616b
commit
8454d32107
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue