diff options
| author | Nirav Shah <nnshah@codeaurora.org> | 2016-04-25 10:15:04 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-05-18 16:33:32 -0700 |
| commit | 6a4eee661c99774f8d0bbc629e59fb987feebe6c (patch) | |
| tree | b18806f1d6b26dd895653f8687d32d3159c1de6a /core/dp/htt | |
| parent | 9db91ba92c6e75f05327438f999aeddbdda968ad (diff) | |
qcacld-3.0: Add histogram for MSDUs per RX indication
Add histogram for MSDUs per HTT RX indication
message and update drop counters in RX path.
Change-Id: Ia861f6cd3d6a91f01a07f9bc4e2bc3afcf62c8f2
CRs-Fixed: 999861
Diffstat (limited to 'core/dp/htt')
| -rw-r--r-- | core/dp/htt/htt_rx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dp/htt/htt_rx.c b/core/dp/htt/htt_rx.c index b5d8667c5f3a..24efd40b14d6 100644 --- a/core/dp/htt/htt_rx.c +++ b/core/dp/htt/htt_rx.c @@ -1654,6 +1654,7 @@ htt_rx_amsdu_rx_in_order_pop_ll(htt_pdev_handle pdev, /* Get the total number of MSDUs */ msdu_count = HTT_RX_IN_ORD_PADDR_IND_MSDU_CNT_GET(*(msg_word + 1)); HTT_RX_CHECK_MSDU_COUNT(msdu_count); + ol_rx_update_histogram_stats(msdu_count); msg_word = (uint32_t *) (rx_ind_data + HTT_RX_IN_ORD_PADDR_IND_HDR_BYTES); |
