qcacmn: Add support for asynchronous Host to Target connection

Add support for asynchronous Host to Target connection connection in
whcih packets can be queued in both interrrupt and process context.

Change-Id: I52f0f972b938a558e4ef3c13cf4d76aa3a63d58f
CRs-Fixed: 1092518
这个提交包含在:
Venkateswara Swamy Bandaru
2016-11-21 15:06:24 +05:30
提交者 qcabuildsw
父节点 1dd971bf7f
当前提交 ae41b9e0ae
修改 4 个文件,包含 43 行新增11 行删除

查看文件

@@ -135,6 +135,7 @@ typedef struct _HTC_ENDPOINT {
HTC_ENDPOINT_STATS endpoint_stats; /* endpoint statistics */
#endif
bool TxCreditFlowEnabled;
bool async_update; /* packets can be queued asynchronously */
} HTC_ENDPOINT;
#ifdef HTC_EP_STAT_PROFILING