Browse Source

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

add WMI_PEER_STA_KICKOUT_REASON_ROAMING_EVENT def

Change-Id: I92d421dab60f0c7ff4b0666fea252c1519e8ac59
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
a04786719e
2 changed files with 2 additions and 1 deletions
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -17282,6 +17282,7 @@ typedef enum wmi_peer_sta_kickout_reason {
     WMI_PEER_STA_KICKOUT_REASON_IBSS_DISCONNECT = 3,
     WMI_PEER_STA_KICKOUT_REASON_TDLS_DISCONNECT = 4,    /* TDLS peer has disappeared. All tx is failing */
     WMI_PEER_STA_KICKOUT_REASON_SA_QUERY_TIMEOUT = 5,
+    WMI_PEER_STA_KICKOUT_REASON_ROAMING_EVENT = 6,      /* Directly connected peer has roamed to a repeater */
 } PEER_KICKOUT_REASON;
 
 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_ 1062
+#define __WMI_REVISION_ 1063
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work