diff options
author | 2013-12-05 15:20:53 +0100 | |
---|---|---|
committer | 2013-12-09 14:59:13 -0500 | |
commit | bbf807bc0697e577c137a5fffb30fca7c6a45da1 (patch) | |
tree | 4f33c739754088bd7583048f6abfb8a68d986fd5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 (diff) | |
download | wireguard-linux-bbf807bc0697e577c137a5fffb30fca7c6a45da1.tar.xz wireguard-linux-bbf807bc0697e577c137a5fffb30fca7c6a45da1.zip |
ath9k: fix duration calculation for non-aggregated packets
When not aggregating packets, fi->framelen should be passed in as length
to calculate the duration. Before the tx path rework, ath_tx_fill_desc
was called for either one aggregate, or one single frame, with the
length of the packet or the aggregate as a parameter.
After the rework, ath_tx_sched_aggr can pass a burst of single frames to
ath_tx_fill_desc and sets len=0.
Fix broken duration calculation by overriding the length in ath_tx_fill_desc
before passing it to ath_buf_set_rate.
Cc: stable@vger.kernel.org
Reported-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions