aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJohannes Berg <[email protected]>2011-12-02 12:22:54 -0800
committerWey-Yi Guy <[email protected]>2011-12-08 15:55:35 -0800
commit9a215e40d70ae63762963ab3ccc7f31dd966dc6a (patch)
treee19e2a16ceb2c7690a4ef2e79d25d7fa13a33a19 /tools/perf/scripts/python
parent45c30dba1c9358b5446559eff07282c56ada3b4b (diff)
iwlagn: fix TID use bug
The driver everywhere uses max TID count as 9, which is wrong, it should be 8. I think the reason it uses 9 here is off-by-one confusion by whoever wrote this. We do use the value IWL_MAX_TID_COUNT for "not QoS/no TID" but that is completely correct even if it is 8 and not 9 since 0-7 are only valid. As a side effect, this fixes the following bug: Open BA session requested for 00:23:cd:16:8a:7e tid 8 ------------[ cut here ]------------ kernel BUG at drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h:350! ... when you do echo "tx start 8" > /sys/kernel/debug/ieee80211/*/*/*/*/agg_status Cc: [email protected] Reported-by: Nikolay Martynov <[email protected]> Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: Wey-Yi Guy <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions