aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorMarek Kwaczynski <[email protected]>2014-02-10 11:25:25 +0100
committerKalle Valo <[email protected]>2014-02-13 16:48:46 +0200
commit36786024df993f0fb5e7d1b56058c4f48f24d5e8 (patch)
treec207f872c37fdab67f24649f3c34958529a2b94d /tools/perf/scripts/python/check-perf-trace.py
parent7c61385454b639a68e434496c1cae9ec4d98d99e (diff)
ath10k: Set proper nss value for the peer
It was found during testing the nss calculation does not cover all corner cases. Station could request eq. only MCS8 and MCS9 (nss=2 specific). Next num_rates=2 so the driver sets nss=(max((2+7)/8, 1))=1. Which is wrong. The in-driver calculation was introduced prior (commit ddcc347b70 mac80211: fix rx_nss calculation for drivers with hw rc). Since it's fixed, use mac80211 provided value from now. End user will experience lower throuhputs than expected if the nss is wrongly calculated. Signed-off-by: Marek Kwaczynski <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions