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

Commit c18f9c54 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Ib89e9f306ac73c47ca84c50d163ceabfc7a0b965
WMI: add event_cause flag to OEM_DATA_EVENT msg
CRs-Fixed: 2262693
parent ad6b018f
Loading
Loading
Loading
Loading
+15 −4
Original line number Diff line number Diff line
@@ -33120,7 +33120,10 @@ typedef enum {
     */
    WMI_AFC_EXPIRY_EVENT_START                    = 1,
    WMI_AFC_EXPIRY_EVENT_RENEW                    = 2,
    WMI_AFC_EXPIRY_EVENT_SWITCH_TO_LPI = 3,
    WMI_AFC_EXPIRY_EVENT_SWITCH_TO_LOW_POWER_MODE = 3,
        /* retain the deprecated old name as an alias for the new name */
        WMI_AFC_EXPIRY_EVENT_SWITCH_TO_LPI =
            WMI_AFC_EXPIRY_EVENT_SWITCH_TO_LOW_POWER_MODE,
    WMI_AFC_EXPIRY_EVENT_STOP_TX                  = 4,
} WMI_AFC_EXPIRY_EVENT_SUBTYPE;
@@ -38680,9 +38683,17 @@ typedef struct {
 */
} wmi_cfr_capture_filter_cmd_fixed_param;
enum wmi_oem_data_evt_cause {
    WMI_OEM_DATA_EVT_CAUSE_UNSPECIFIED = 0,
    WMI_OEM_DATA_EVT_CAUSE_CMD_REQ = 1,
    WMI_OEM_DATA_EVT_CAUSE_ASYNC = 2,
};
typedef struct {
    A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_oem_data_event_fixed_param */
    A_UINT32 data_len; /** length in byte of data[]. */
    /* Event Cause reason from enum wmi_oem_data_evt_cause */
    A_UINT32 event_cause;
/* Following this structure is the TLV:
 *      A_UINT8 data[]; <-- length in byte given by field data_len.
 * This data array contains OEM data, the payload begins with a field to tell the HOST regarding the kind of the OEM data.
+1 −1
Original line number Diff line number Diff line
@@ -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_ 1217
#define __WMI_REVISION_ 1218

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work