summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfw/wmi_unified.h20
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 11 insertions, 11 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 9d35dcc9bb04..17d5a0791cfa 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -2350,16 +2350,6 @@ typedef struct {
/* 2nd DWORD of HE MAC Capabilities */
A_UINT32 he_cap_info_ext;
-
- /** @brief ul_resp_config - Configures the 11ax uplink ofdma feature on STA.
- * I.e. sending uplink response to a trigger frame sent by AP.
- * @details
- * 0 - fw default behavior, based on chipset
- * 1 - UL_RESP is disabled.
- * 2 - UL_RESP is enabled.
- * other - reserved.
- */
- A_UINT32 ul_resp_config;
} wmi_service_ready_ext_event_fixed_param;
typedef enum {
@@ -2945,6 +2935,16 @@ typedef struct {
* where 2^n is the maximum number of BSSIDs
*/
A_UINT32 max_bssid_indicator;
+
+ /** @brief ul_resp_config - Configures the 11ax uplink ofdma feature on STA.
+ * I.e. sending uplink response to a trigger frame sent by AP.
+ * @details
+ * 0 - fw default behavior, based on chipset
+ * 1 - UL_RESP is disabled.
+ * 2 - UL_RESP is enabled.
+ * other - reserved.
+ */
+ A_UINT32 ul_resp_config;
} wmi_resource_config;
#define WMI_RSRC_CFG_FLAG_SET(word32, flag, value) \
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 4188df9ad218..b4d2f04fb35c 100755
--- a/fw/wmi_version.h
+++ b/fw/wmi_version.h
@@ -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_ 569
+#define __WMI_REVISION_ 570
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work