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:
Sajini R
2021-05-05 17:54:39 +05:30
committed by Madan Koyyalamudi
parent dcd62f697c
commit ffc4a9de53
4 changed files with 16 additions and 7 deletions

View File

@@ -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*/