aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorAditya Sathish <asathish@codeaurora.org>2021-01-22 21:19:08 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2021-02-28 11:34:37 -0800
commit5750f5a19313ffffa7a25ab9ded0b39d5b829ede (patch)
tree920dde4dea549b28da648bb8d7c465f494a0274a /tools/perf/scripts/python/export-to-sqlite.py
parent8cd5352edce6338d5737d6c0c7070d18d3ef0122 (diff)
qcacmn: Avoid checking extcaps byte if equal to IE len
Reading extcaps from the scan entry currently checks if the byte to be accessed is less than the length of the IE. Following this, it will attempt to access the extcap IE using the requested byte as the index. Avoid accessing the extcap IE if the byte is greater than one less than the ie_len (since indexing starts from zero). CRs-Fixed: 2856212 Change-Id: Ie357edcd6095570c05871af657381c287e92504e
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions