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

Commit ce905b20 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I6d8dcf0ac23c008886e52babaa6c7393f4075fea
WMI: add BDF major + minor number report
CRs-Fixed: 2262693
parent f8f5652a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1206,6 +1206,7 @@ typedef enum {
    WMITLV_TAG_STRUC_WMI_IPV6_ADDR,
    WMITLV_TAG_STRUC_wmi_dbs_or_sbs_cap_ext,
    WMITLV_TAG_STRUC_wmi_roam_set_param_cmd_fixed_param,
    WMITLV_TAG_STRUC_cust_bdf_version_capabilities,
} WMITLV_TAG_ID;

/*
@@ -4882,7 +4883,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_SERVICE_READY_EXT_EVENTID);
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, WMI_SCAN_RADIO_CAPABILITIES_EXT2, wmi_scan_radio_caps, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_twt_caps_params, twt_caps, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_htt_msdu_idx_to_htt_msdu_qtype, htt_msdu_idx_to_qtype_map, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_dbs_or_sbs_cap_ext, dbs_or_sbs_cap_ext, WMITLV_SIZE_VAR)
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_dbs_or_sbs_cap_ext, dbs_or_sbs_cap_ext, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_cust_bdf_version_capabilities, cust_bdf_version_capabilities, WMITLV_SIZE_VAR)
WMITLV_CREATE_PARAM_STRUC(WMI_SERVICE_READY_EXT2_EVENTID);

#define WMITLV_TABLE_WMI_CHAN_RF_CHARACTERIZATION_INFO_EVENTID(id,op,buf,len) \
+8 −0
Original line number Diff line number Diff line
@@ -36321,6 +36321,14 @@ typedef struct {
    A_UINT32 sbs_lower_band_end_freq;
} wmi_dbs_or_sbs_cap_ext;
typedef struct {
    A_UINT32 tlv_header; /* TLV tag and len; tag equals wmi_cust_bdf_version_capabilities*/
    /* Cust bdf Major version in bdf */
    A_UINT32 cust_bdf_ver_major;
    /* Cust bdf Minor version in bdf */
    A_UINT32 cust_bdf_ver_minor;
} wmi_cust_bdf_version_capabilities;
/* ADD NEW DEFS HERE */
+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_ 1068
#define __WMI_REVISION_ 1069

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