| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-09-30 | ath9k: fix getting tx duration for dynack | Felix Fietkau | 1 | -1/+1 | |
| On AR9003, tx control and tx status are in separate descriptor rings. Tx duration is extracted from the tx control descriptor data, which ar9003_hw_proc_txdesc cannot access. Fix getting the duration by adding a separate callback for it. Acked-by: Lorenzo Bianconi <[email protected]> Signed-off-by: Felix Fietkau <[email protected]> Signed-off-by: John W. Linville <[email protected]> | |||||
| 2014-09-16 | ath9k: add dynamic ACK timeout estimation | Lorenzo Bianconi | 1 | -0/+351 | |
| Add dynamic ACK timeout estimation algorithm based on ACK frame RX timestamp, TX frame timestamp and frame duration. Signed-off-by: Lorenzo Bianconi <[email protected]> Tested-by: Philippe Duchein <[email protected]> Signed-off-by: John W. Linville <[email protected]> | |||||