qcacmn: Add time_latency check for tx_completion

This patch adds support to measure latency  for tx completions

Change-Id: Ifda1c2f7ffaf8276f012e7a458f6f167ad931356
diff --git a/dp/wifi3.0/dp_tx.h b/dp/wifi3.0/dp_tx.h
index d2b1634..b1050de 100644
--- a/dp/wifi3.0/dp_tx.h
+++ b/dp/wifi3.0/dp_tx.h
@@ -206,7 +206,8 @@
 				       struct dp_pdev *pdev,
 				       struct dp_peer *peer,
 				       struct hal_tx_completion_status *ts,
-				       qdf_nbuf_t netbuf);
+				       qdf_nbuf_t netbuf,
+				       uint64_t time_latency);
 
 void  dp_send_completion_to_stack(struct dp_soc *soc,  struct dp_pdev *pdev,
 		uint16_t peer_id, uint32_t ppdu_id,