Browse Source

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
Subrat Mishra 6 years ago
parent
commit
ab28071e57
1 changed files with 6 additions and 0 deletions
  1. 6 0
      dp/inc/cdp_txrx_stats_struct.h

+ 6 - 0
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 */