qcacmn: changes for httstats application
Added a cdp call back to indicates HTT stats response to ol layer Change-Id: I90024469a7877419508c230358fdebe4c1525ee7 CRs-Fixed: 2133000
Цей коміт міститься в:

зафіксовано
snandini

джерело
e0883edf1d
коміт
30927c532c
@@ -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.
|
||||
*
|
||||
|
Посилання в новій задачі
Заблокувати користувача