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
This commit is contained in:
Subrat Mishra
2018-07-05 14:18:03 +05:30
committed by nshrivas
parent 4a987aa95d
commit ab28071e57

View File

@@ -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 */