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 à :
@@ -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;
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur