Răsfoiți Sursa

fw-api: CL 5282449 - update fw common interface files

Change-Id: I23f60bc1c46c3ebdce2f8d3c4153f82cb24419ea
WMI: correct the placement of new ul_resp_config field
CRs-Fixed: 2262693
spuligil 6 ani în urmă
părinte
comite
a15f5bc472
2 a modificat fișierele cu 11 adăugiri și 11 ștergeri
  1. 10 10
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 10 - 10
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) \

+ 1 - 1
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