qcacmn: htt backpressure prints enhancement

keep timestamp for prints and dont print
backpressure messages in an interval of 2 seconds

Change-Id: I00aae02df93ed301e496aa6abc5f071a759f7640
This commit is contained in:
Ruben Columbus
2019-09-10 15:49:11 -07:00
committed by nshrivas
parent 9ecadbf280
commit 814e6cbd83
2 changed files with 93 additions and 17 deletions

View File

@@ -113,10 +113,16 @@ struct dp_htt_htc_pkt_union {
} u;
};
struct dp_htt_timestamp {
long *umac_ttt;
long *lmac_ttt;
};
struct htt_soc {
struct cdp_ctrl_objmgr_psoc *ctrl_psoc;
struct dp_soc *dp_soc;
hal_soc_handle_t hal_soc;
struct dp_htt_timestamp pdevid_tt[MAX_PDEV_CNT];
/* htt_logger handle */
struct htt_logger *htt_logger_handle;
HTC_HANDLE htc_soc;