qcacmn: Add a qdf counter for qmi stats requests

Add a qdf counter to know number of qmi stats requests. Reset the
counter when WoW is exited.

Change-Id: Ie0c51fbd6eb2e7530dba01912443e7fc85726e52
CRs-Fixed: 2539999
This commit is contained in:
Alan Chen
2019-10-03 16:22:59 -07:00
committed by nshrivas
parent ddcff963a2
commit b2bc55909c
3 changed files with 8 additions and 0 deletions

View File

@@ -2135,6 +2135,7 @@ struct wmi_unified {
#endif /*WMI_EXT_DBG*/
uint32_t *cmd_pdev_id_map;
uint32_t *evt_pdev_id_map;
qdf_atomic_t num_stats_over_qmi;
};
#define WMI_MAX_RADIOS 3