summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorwadesong <wadesong@codeaurora.org>2020-05-25 11:34:01 +0800
committerwadesong <wadesong@codeaurora.org>2020-05-26 15:46:24 +0800
commit96436c9430c393c453169d3d5d0b3da5b1336e03 (patch)
treeb3252e18ceeaa701a287a7e0f3df20356d219aa7 /tools/perf/scripts/python
parent0ce297d4b109a61e587e9b17443c58c8b803a159 (diff)
qcacld-3.0: Fix some compilation errors
1) In function __wlan_hdd_cfg80211_suspend_wlan(), macro RX_TLSHIM_SUSPEND_TIMEOUT is used out of the code block enclosed by macro QCA_CONFIG_SMP, so move its definition out of the QCA_CONFIG_SMP block as well to avoid any compilation errors. 2) Within the same function, label resume_mc is used only when QCA_CONFIG_SMP is defined, so move resume_mc into the block enclosed by QCA_CONFIG_SMP to avoid any compilation errors. The same fix applies to macro OL_RX_THREAD_START_FAILURE within function cds_sched_open(). 3) Fix some code block mis-alignment within function wlan_hdd_update_band_cap(). 4) Make function hdd_ipa_mcc_work_handler() accessible when macro QCA_LL_TX_FLOW_CONTROL_V2 is not defined. 5) Define local variable ch at the beginning of function sap_get_channel_list() to avoid any compilation errors reported by compilers which do not support mix of code and declaration. 6) Move function cds_set_cpus_allowed_ptr()'s definition out of the block enclosed by macro QCA_CONFIG_SMP as it used even when QCA_CONFIG_SMP is not defined. Change-Id: I6bd23bde2f0ded5f5d8aa69f4b1812911e17ad6c CRs-Fixed: 2694097
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions