From ab28071e571a5a327e4717154ea94aaac4da20d1 Mon Sep 17 00:00:00 2001 From: Subrat Mishra Date: Thu, 5 Jul 2018 14:18:03 +0530 Subject: [PATCH] qcacmn: Add OL param for estimated airtime calculation Introduce OL param to configure estimated airtime metrics. Periodicity, airtime, ppdu duration and block ACK window. Change-Id: Id3d538928f9140fabfaaa6f042fcff6b9df4bef0 CRs-Fixed: 2261469 --- dp/inc/cdp_txrx_stats_struct.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index 3fe7183808..f4fb7c2408 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -1254,6 +1254,12 @@ enum _ol_ath_param_t { OL_ATH_PARAM_PRECAC_CHAN_STATE = 374, #endif OL_ATH_PARAM_DBR_RING_STATUS = 375, +#ifdef QCN_ESP_IE + OL_ATH_PARAM_ESP_PERIODICITY = 376, + OL_ATH_PARAM_ESP_AIRTIME = 377, + OL_ATH_PARAM_ESP_PPDU_DURATION = 378, + OL_ATH_PARAM_ESP_BA_WINDOW = 379, +#endif /* QCN_ESP_IE */ }; /* Enumeration of PDEV Configuration parameter */