Searched hist:233514 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_tx_ht.cdiff 233514 Mon Mar 26 14:21:07 MDT 2012 adrian Use the assigned sequence number when checking if a retried packet is
within the BAW.

This regression was introduced in ane earlier commit by me to fix the
BAW seqno allocation-but-not-insertion-into-BAW race. Since it was only
ever using the to-be allocated sequence number, any frame retries
with the first frame in the BAW still in the software queue would
have constantly failed, as ni_txseqs[tid] would always be outside
the BAW.

TODO:

* Extract out the mostly common code here in the agg and non-agg ADDBA
case and stuff it into a single function.

PR: kern/166357

Completed in 188 milliseconds