qcacmn: Change enable_runtime_pm from bool to uint8_t

Change enable_runtime_pm from bool to uint8_t in correspondence to
changing CFG_INI_BOOL to CFG_INI_UINT for enabling runtime PM.

Change-Id: Ib5031ada43fac864d933cdfee875593f896b2a62
CRs-Fixed: 2603918
This commit is contained in:
Alan Chen
2020-01-09 13:50:13 -08:00
committed by nshrivas
parent 40a60c5196
commit 850a888935

View File

@@ -285,7 +285,7 @@ struct qca_napi_data {
struct hif_config_info { struct hif_config_info {
bool enable_self_recovery; bool enable_self_recovery;
#ifdef FEATURE_RUNTIME_PM #ifdef FEATURE_RUNTIME_PM
bool enable_runtime_pm; uint8_t enable_runtime_pm;
u_int32_t runtime_pm_delay; u_int32_t runtime_pm_delay;
#endif #endif
uint64_t rx_softirq_max_yield_duration_ns; uint64_t rx_softirq_max_yield_duration_ns;