qcacmn: msdu time lag update for tx completion

msdu time from hwenqueue to tx completion as part of
msdu stats.

Change-Id: I71ba6f1dec0505e4fa09b5fb123f21912b08b9c5
CRs-Fixed: 2286774
This commit is contained in:
Ruchi, Agrawal
2018-06-20 19:31:03 +05:30
committed by nshrivas
parent 234753cb0f
commit 2cbca3b050
7 changed files with 113 additions and 2 deletions

View File

@@ -108,6 +108,20 @@ typedef __qdf_wait_queue_head_t qdf_wait_queue_head_t;
(_a)[4] == 0xff && \
(_a)[5] == 0xff)
#define QDF_DECLARE_EWMA(name, factor, weight) \
_QDF_DECLARE_EWMA(name, factor, weight)
#define qdf_ewma_tx_lag _qdf_ewma_tx_lag
#define qdf_ewma_tx_lag_init(tx_lag) \
_qdf_ewma_tx_lag_init(tx_lag)
#define qdf_ewma_tx_lag_add(tx_lag, value) \
_qdf_ewma_tx_lag_add(tx_lag, value)
#define qdf_ewma_tx_lag_read(tx_lag) \
_qdf_ewma_tx_lag_read(tx_lag)
/**
* qdf_status_to_os_return - returns the status to OS.
* @status: enum QDF_STATUS