Browse Source

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

Change-Id: I0426c76bb786b32345eb72048f4a4c2bbcbf8aa8
WMI: add delayed_pkt_count field in WOW_EVENT_INFO_fixed_param
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
161aa5d3df
2 changed files with 4 additions and 3 deletions
  1. 3 2
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 3 - 2
fw/wmi_unified.h

@@ -20431,6 +20431,7 @@ typedef struct wow_event_info_s {
     A_UINT32 flag; /*This is current reserved.*/
     A_INT32 wake_reason;
     A_UINT32 data_len;
+    A_UINT32 delayed_pkt_count;
 } WOW_EVENT_INFO_fixed_param;
 
 typedef struct wow_initial_wakeup_event_s {
@@ -35406,8 +35407,6 @@ typedef struct {
     A_UINT32 preauth_status;
     /* AP BSSID for which pre-authentication is completed */
     wmi_mac_addr candidate_ap_bssid;
-    /* AKM suite type (as defined in the IEEE 802.11 spec) */
-    A_UINT32 akm_suite_type;
     /**
      * This fixed_param TLV is followed by the below TLVs:
      *
@@ -35430,6 +35429,8 @@ typedef struct {
      * in MLO case.  In non MLO cases, transmit_addr will be filled with 0x0.
      */
     wmi_mac_addr transmit_addr;
+    /* AKM suite type (as defined in the IEEE 802.11 spec) */
+    A_UINT32 akm_suite_type;
 } wmi_roam_preauth_start_event_fixed_param;
 
 typedef struct {

+ 1 - 1
fw/wmi_version.h

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