summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorwadesong <wadesong@codeaurora.org>2020-05-25 17:01:14 +0800
committerwadesong <wadesong@codeaurora.org>2020-05-29 07:23:29 +0800
commit4545ca2a77ca6f980db4aeea7c8fa84bfff59232 (patch)
tree858339d4e0c20d7fdbd685e9b57fb30dc88ce62c /tools/perf/scripts/python
parent7972220c1c3b3103a0ce660444815af4093b93e2 (diff)
qcacld-3.0: Fix compilation errors in TSO code path
In function ol_tx_process_mon_tx_completion(), a conditionally defined field, tso_seg_pool, in struct ol_txrx_pdev_t will be accessed unconditionally, which can result in compilation error on some platforms where TSO support is not available. Add a new function, collect_tso_frags(), to do the job in the above function conditionally based on macro FEATURE_TSO's definition. Change-Id: I6f4189d08f2dffb3926d605c04389fffa7dbfe86 CRs-Fixed: 2694212
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions