Browse Source

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

Change-Id: I558adb9f920719e8ab0442985c22e3b96a15293f
WMI: add quiet IE offset to bcn_tmpl_ml_params
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
2e3b0a8089
3 changed files with 7 additions and 3 deletions
  1. 2 0
      fw/wmi_tlv_defs.h
  2. 4 2
      fw/wmi_unified.h
  3. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_tlv_defs.h

@@ -1190,6 +1190,8 @@ typedef enum {
     WMITLV_TAG_STRUC_wmi_peer_enable_disable_intra_bss_cmd_fixed_param,
     WMITLV_TAG_STRUC_wmi_pdev_aoa_phasedelta_evt_fixed_param,
     WMITLV_TAG_STRUC_wmi_roam_mlo_config_cmd_fixed_param,
+    WMITLV_TAG_STRUC_wmi_roam_ml_setup_links_param,
+    WMITLV_TAG_STRUC_wmi_roam_ml_key_material_param,
 } WMITLV_TAG_ID;
 
 /*

+ 4 - 2
fw/wmi_unified.h

@@ -13173,8 +13173,10 @@ typedef struct {
      *  Value 0 indicates ECSA IE is not present in beacon template.
      */
     A_UINT32 ext_csa_switch_count_offset; /* units = bytes */
-    /** TIM IE offset from the beginning of the template. */
-    A_UINT32 tim_ie_offset;
+    /** Per-STA profile Subelement offset from the beginning of the template. */
+    A_UINT32 per_sta_profile_offset;
+    /** Quiet IE offset from the beginning of the template. */
+    A_UINT32 quiet_ie_offset;
 } wmi_bcn_tmpl_ml_params;
 
 typedef struct {

+ 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_ 1035
+#define __WMI_REVISION_ 1036
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work