|
@@ -6233,6 +6233,15 @@ typedef enum {
|
|
|
*/
|
|
|
WMI_PDEV_PARAM_SET_CMD_OBSS_PD_PER_AC,
|
|
|
|
|
|
+ /*
|
|
|
+ * Parameter used to enable/disable FW control of MU-EDCA and AP back-off
|
|
|
+ * parameters.
|
|
|
+ * If set to zero, FW mode is disabled; if set to 1, FW mode is enabled.
|
|
|
+ * Default setting is to have it enabled, and user can disable it in
|
|
|
+ * favor of manual mode or host control mode.
|
|
|
+ */
|
|
|
+ WMI_PDEV_PARAM_ENABLE_FW_DYNAMIC_HE_EDCA,
|
|
|
+
|
|
|
} WMI_PDEV_PARAM;
|
|
|
|
|
|
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)
|
|
@@ -10655,6 +10664,13 @@ typedef struct {
|
|
|
* is 0, 1, 4 and 5, set the bitmap to (0X80000033)
|
|
|
*/
|
|
|
A_UINT32 csc_event_bitmap;
|
|
|
+ /** Specify offset for FW to overwrite MU EDCA parameters in the beacon.
|
|
|
+ * This is done during FW tuning of EDCA parameters.
|
|
|
+ * Based on number of HE and Legacy stations.
|
|
|
+ * If mu_edca_ie_offset == 0, it is ignored.
|
|
|
+ * Only non-zero values are considered.
|
|
|
+ */
|
|
|
+ A_UINT32 mu_edca_ie_offset;
|
|
|
|
|
|
/*
|
|
|
* The TLVs follows:
|