qcacmn: Fix to update Tx Completion stats correctly

Tx rate stats werent getting updated correctly due
to usage of wrong wrong macro

Change-Id: I1e3e4b0b44015b7c9d78baaa0b9a9e4cf62a6497
CRs-Fixed: 2045275
This commit is contained in:
Ishank Jain
2017-05-10 15:39:10 +05:30
committed by snandini
parent 997955e336
commit 243d0f17ad

View File

@@ -893,7 +893,7 @@ static inline void hal_tx_comp_get_status(void *desc,
TRANSMIT_COUNT);
rate_stats = HAL_TX_DESC_GET(desc, WBM_RELEASE_RING_5,
TX_RATE_STATS_INFO_TX_RATE_STATS);
TX_RATE_STATS);
rate_stats_valid = HAL_TX_MS(TX_RATE_STATS_INFO_0,
TX_RATE_STATS_INFO_VALID, rate_stats);