]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: add sampling methods for (tx|rx) timestamp
authorLorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Tue, 16 Sep 2014 00:13:12 +0000 (02:13 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 16 Sep 2014 20:18:38 +0000 (16:18 -0400)
commitf73fe248eb0009778b523bb20630ce8b3af67057
treee880a008b904e785ff33547c1534f46146095b8d
parentf8adb001a8558c4b0a0f0ef4d5532710c375a7fc
ath9k: add sampling methods for (tx|rx) timestamp

Add sampling methods for ACK RX timestamp in ath_rx_tasklet() and for TX frame
timestamp in ath_tx_complete_aggr() and in ath_tx_process_buffer(). These
samples will be used in dynack processing for ACK timeout estimation

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/recv.c
drivers/net/wireless/ath/ath9k/xmit.c