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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user