qcacmn: changes for httstats application

Added a cdp call back to indicates HTT stats response
to ol layer

Change-Id: I90024469a7877419508c230358fdebe4c1525ee7
CRs-Fixed: 2133000
Цей коміт міститься в:
Chaithanya Garrepalli
2017-11-22 14:31:47 +05:30
зафіксовано snandini
джерело e0883edf1d
коміт 30927c532c
6 змінених файлів з 125 додано та 8 видалено

Переглянути файл

@@ -401,6 +401,16 @@ static inline void cdp_get_dp_fw_peer_stats(ol_txrx_soc_handle soc,
(pdev, mac, caps);
}
static inline void cdp_get_dp_htt_stats(ol_txrx_soc_handle soc,
struct cdp_pdev *pdev,
void *data, uint32_t data_len)
{
if (soc->ops->host_stats_ops->get_htt_stats)
return soc->ops->host_stats_ops->get_htt_stats
(pdev, data, data_len);
return;
}
/**
* @brief Parse the stats header and get the payload from the message.
*