summaryrefslogtreecommitdiff
path: root/qdf
diff options
context:
space:
mode:
authornobelj <nobelj@codeaurora.org>2018-02-13 18:10:54 -0800
committersnandini <snandini@codeaurora.org>2018-02-27 21:17:19 -0800
commit9ab76e283f9b24dd0a9e27fb3d26ce23370cf453 (patch)
tree73dc4c6b3d2bf8d2c3c4cc29f6d703c1aa756e2c /qdf
parenta823ce622a7bc5c4ea97c3d14e90df11876a3415 (diff)
downloadqca-wfi-host-cmn-9ab76e283f9b24dd0a9e27fb3d26ce23370cf453.tar.gz
qcacmn: Add support for ppdu length in ppdu_stats
Rx PPDU length is calculated from number of MSDU length in each MPDU Rx PPDU stats are populated after updating PPDU length. Change-Id: I2af6a82eaddc4e791d4e7445c933a5886304e8f3
Diffstat (limited to 'qdf')
-rw-r--r--qdf/inc/qdf_nbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qdf/inc/qdf_nbuf.h b/qdf/inc/qdf_nbuf.h
index 230c3d1f1..dc3325bf7 100644
--- a/qdf/inc/qdf_nbuf.h
+++ b/qdf/inc/qdf_nbuf.h
@@ -253,6 +253,7 @@ struct mon_rx_status {
uint16_t he_data4;
uint16_t he_data5;
uint16_t he_data6;
+ uint32_t ppdu_len;
};
/* Masks for HE SIG known fields in mon_rx_status structure */