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
Cette révision appartient à :
Alan Chen
2020-01-09 13:50:13 -08:00
révisé par nshrivas
Parent 40a60c5196
révision 850a888935

Voir le fichier

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