summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNick Kossifidis <mickflemm@gmail.com>2015-04-29 23:51:13 +0000
committerKalle Valo <kvalo@codeaurora.org>2015-05-09 16:46:10 +0300
commite33f855d436846f0e6034311bf9f52f32808d9a7 (patch)
treeec8eada5cefc408aeb484109cd5a3653f6c44b6a /tools/perf/scripts/python
parent04a81e183d506f8bcf919b9dbbb287d6723e989e (diff)
ath9k: Fix hanlding of maximum magnitude index
Maximum magnitude index is a 5bit signed integer, convert to an 8bit signed integer and then "shift" it so that it can be used as an array index. Note that the current implementation adds +1 to the index value (so it can't be used as an array index) and it's only valid for HT20 channels. Note that the maximum magnitude index is not being used by the userspace tools that parse FFT samples (they just use maximum magnitude) so this doesn't break userspace compatibility. Signed-off-by: Nick Kossifidis <mickflemm@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions