Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0478671 authored by spuligil's avatar spuligil
Browse files

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

add WMI_PEER_STA_KICKOUT_REASON_ROAMING_EVENT def

Change-Id: I92d421dab60f0c7ff4b0666fea252c1519e8ac59
CRs-Fixed: 2262693
parent 08ae5e35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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