Loading fw/wmi_unified.h +16 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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: fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ #define __WMI_REVISION_ 723 #define __WMI_REVISION_ 724 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +16 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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:
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ #define __WMI_REVISION_ 723 #define __WMI_REVISION_ 724 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading