aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFelix Fietkau <[email protected]>2010-06-12 00:33:55 -0400
committerJohn W. Linville <[email protected]>2010-06-14 15:39:31 -0400
commit97923b14a5a13e6d59b07eccfbb71f4981c00cb0 (patch)
tree064999e0904c64484fe754703186183f9130ecd4 /tools/perf/scripts/python
parenta6d2055b02dde1067075795274672720baadd3ca (diff)
ath9k: fix queue stopping threshold
ath9k tries to prevent WMM queue tx buffer starvation caused by traffic on different queues by limiting the number of pending frames in a tx queue (tracked in the ath_buf structure). This had a leak issue, because the a skb can be reassigned to a different ath_buf in the tx path, causing the pending frame counter to become inaccurate. To fix this, track the number of frames in an array in the softc, using the mac80211 queue mapping as index. Signed-off-by: Felix Fietkau <[email protected]> Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions