qcacmn: Add option to configure H-T-C pipe ready message timeout
Add INI option to configure Host-Target communication pipe ready message timeout for debug. Change-Id: I0b29ced69b67debcc4059b3ffb6578f3e808bf5c
This commit is contained in:

committed by
Madan Koyyalamudi

parent
dcd62f697c
commit
ffc4a9de53
@@ -57,6 +57,8 @@ struct htc_init_info {
|
||||
void (*target_initial_wakeup_cb)(void *cb_ctx);
|
||||
void *target_psoc;
|
||||
uint32_t cfg_wmi_credit_cnt;
|
||||
/* HTC Pipe Ready Timeout in msecs */
|
||||
uint32_t htc_ready_timeout_ms;
|
||||
};
|
||||
|
||||
/* Struct for HTC layer packet stats*/
|
||||
|
Reference in New Issue
Block a user