summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorwadesong <wadesong@codeaurora.org>2020-05-25 14:49:55 +0800
committernshrivas <nshrivas@codeaurora.org>2020-05-28 07:16:13 -0700
commit4ba7b0f359336e25eb62efe490bcd2581c011b9d (patch)
treec28b33863cdefbe4606cfc0f074f2b3478a877d3 /tools/perf/scripts/python
parentf59217eb01ef2c27369f9fc3da861eb74673d86a (diff)
qcacld-3.0: Fix a compilation error in sme_reset_key()
In function sme_reset_key(), a conditionally defined field, eseCckmInfo, within struct tCsrRoamSession will be reset unconditionally, which causes a compilation error on platforms that has no ESE support. To make the eseCckmInfo structure resetting genertic, add a macro reset_cckm_info, which will be conditionally defined based on macro FEATURE_WLAN_ESE. Change-Id: I38139776285b249e1cc12f9b6b8756a67541e56b CRs-Fixed: 2694130
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions