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:
@@ -1254,6 +1254,12 @@ enum _ol_ath_param_t {
|
|||||||
OL_ATH_PARAM_PRECAC_CHAN_STATE = 374,
|
OL_ATH_PARAM_PRECAC_CHAN_STATE = 374,
|
||||||
#endif
|
#endif
|
||||||
OL_ATH_PARAM_DBR_RING_STATUS = 375,
|
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 */
|
/* Enumeration of PDEV Configuration parameter */
|
||||||
|
Reference in New Issue
Block a user