Pārlūkot izejas kodu

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

Change-Id: I56c6927ed872b15c629a6b7897303eb5be98671f
WMI: add transmit_addr field to roam_preauth_start_event msg
CRs-Fixed: 2262693
spuligil 2 gadi atpakaļ
vecāks
revīzija
84d129012b
2 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. 5 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_unified.h

@@ -34944,6 +34944,11 @@ typedef struct {
     A_UINT32 vdev_id;
     /* AP BSSID for which host needs to start pre-authentication */
     wmi_mac_addr candidate_ap_bssid;
+    /*
+     * Transmit address for which host needs to start pre-authentication
+     * in MLO case.  In non MLO cases, transmit_addr will be filled with 0x0.
+     */
+    wmi_mac_addr transmit_addr;
 } 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_ 1211
+#define __WMI_REVISION_ 1212
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work