qcacmn: create work queue to process htt stats

process htt stats in work queue context

Change-Id: Ibacc09e3921da2fa88173bc0cfdc2f0ced51cc68
CRs-Fixed: 2070977
This commit is contained in:
Om Prakash Tripathi
2017-07-07 20:27:25 +05:30
کامیت شده توسط snandini
والد bd5b3c2c9b
کامیت 2cd7fab473
4فایلهای تغییر یافته به همراه27 افزوده شده و 1 حذف شده

مشاهده پرونده

@@ -145,4 +145,12 @@ int htt_h2t_rx_ring_cfg(void *htt_soc, int pdev_id, void *hal_srng,
int hal_ring_type, int ring_buf_size,
struct htt_rx_ring_tlv_filter *htt_tlv_filter);
/*
* htt_t2h_stats_handler() - target to host stats work handler
* @context: context (dp soc context)
*
* Return: void
*/
void htt_t2h_stats_handler(void *context);
#endif /* _DP_HTT_H_ */