aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/dynack.c
AgeCommit message (Collapse)AuthorFilesLines
2014-09-30ath9k: fix getting tx duration for dynackFelix Fietkau1-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-16ath9k: add dynamic ACK timeout estimationLorenzo Bianconi1-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]>