Loading fw/wmi_unified.h +15 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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. fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
fw/wmi_unified.h +15 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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.
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading