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

Commit 4384eafd authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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

Change-Id: I39d0e11ff5ff377b6f668106e137803840d838f2
WMI: add BLANKING_STAT in CTRL_PATH_STATS_EVENT msg
CRs-Fixed: 2262693
parent 44449813
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1353,6 +1353,7 @@ typedef enum {
    WMITLV_TAG_STRUC_wmi_dma_buf_release_cv_upload_meta_data,
    WMITLV_TAG_STRUC_wmi_standalone_sounding_cmd_fixed_param,
    WMITLV_TAG_STRUC_wmi_standalone_sounding_evt_fixed_param,
    WMITLV_TAG_STRUC_wmi_ctrl_path_blanking_stats_struct,
} WMITLV_TAG_ID;

/*
@@ -6770,7 +6771,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_PEER_STATS_INFO_EVENTID);
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_afc_stats_struct,  ctrl_path_afc_stats, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_pmlo_stats_struct,  ctrl_path_pmlo_stats, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_cfr_stats_struct,  ctrl_path_cfr_stats, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_t2lm_stats_struct,  ctrl_path_t2lm_stats, WMITLV_SIZE_VAR)
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_t2lm_stats_struct,  ctrl_path_t2lm_stats, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_ctrl_path_blanking_stats_struct,  ctrl_path_blanking_stats, WMITLV_SIZE_VAR)
WMITLV_CREATE_PARAM_STRUC(WMI_CTRL_PATH_STATS_EVENTID);

/*
+19 −0
Original line number Diff line number Diff line
@@ -12575,6 +12575,24 @@ typedef struct {
    A_UINT32 cfr_resp_failure_count;
} wmi_ctrl_path_cfr_stats_struct;
typedef struct {
    /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_ctrl_path_cfr_stats_struct */
    A_UINT32 tlv_header;
    /* blanking_mode:
     * blanking configuration. Refer to WMI_SCAN_BLANKING_MODE
     */
    A_UINT32 blanking_mode;
    /* is_blanking_enabled:
     * current blanking status. 0 = disabled, 1 = enabled
     */
    A_UINT32 is_blanking_enabled;
    A_UINT32 gate_2g_enabled; /* 2.4GHZ gate pin state */
    A_UINT32 gate_5g_enabled; /* 5GHz gate pin state */
    A_UINT32 gate_6g_enabled; /* 6GHz gate pin state */
    A_UINT32 blanking_count; /* scan radio blanking count */
    A_UINT32 blanking_duration; /* scan radio blanking duration in us */
} wmi_ctrl_path_blanking_stats_struct;
typedef struct {
    /** TLV tag and len; tag equals
    *  WMITLV_TAG_STRUC_wmi_ctrl_path_stats_event_fixed_param */
@@ -31375,6 +31393,7 @@ typedef enum {
    WMI_REQUEST_CTRL_PATH_PMLO_STAT         = 12,
    WMI_REQUEST_CTRL_PATH_CFR_STAT          = 13,
    WMI_REQUEST_CTRL_PATH_T2LM_STAT         = 14,
    WMI_REQUEST_CTRL_PATH_BLANKING_STAT     = 15,
} wmi_ctrl_path_stats_id;
typedef enum {
+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_ 1296
#define __WMI_REVISION_ 1297

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