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

Commit f81b8a46 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I3f61031a46478d719124de651795dec4937fd5dd
WMI: add wfa_config_ofdma to wfa_config_cmd msg
CRs-Fixed: 2262693
parent 0be02529
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1299,6 +1299,7 @@ typedef enum {
    WMITLV_TAG_STRUC_wmi_xgap_enable_cmd_fixed_param,
    WMITLV_TAG_STRUC_wmi_xgap_enable_complete_event_fixed_param,
    WMITLV_TAG_STRUC_wmi_pdev_mesh_rx_filter_enable_fixed_param,
    WMITLV_TAG_STRUC_wmi_wfa_config_ofdma,
} WMITLV_TAG_ID;

/*
@@ -4912,7 +4913,8 @@ WMITLV_CREATE_PARAM_STRUC(WMI_SIMULATION_TEST_CMDID);
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_wfa_config_rsnxe, wfa_config_rsnxe, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_wfa_config_csa, wfa_config_csa, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_wfa_config_ocv, wfa_config_ocv, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_wfa_config_saquery, wfa_config_saquery, WMITLV_SIZE_VAR)
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_wfa_config_saquery, wfa_config_saquery, WMITLV_SIZE_VAR) \
    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_wfa_config_ofdma, wfa_config_ofdma, WMITLV_SIZE_VAR)
WMITLV_CREATE_PARAM_STRUC(WMI_WFA_CONFIG_CMDID);

/* SRG OBSS color Enable Bitmap */
+12 −0
Original line number Diff line number Diff line
@@ -39227,6 +39227,17 @@ typedef struct {
    A_UINT32 remain_connect_on_saquery_timeout;
} wmi_wfa_config_saquery;
typedef struct {
    /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_wfa_config_ofdma */
    A_UINT32 tlv_header;
    /* force_he_trigger_to_eht_sta
     *   Possible values from host are:
     *   0  default behavior
     *   1  instead of sending EHT triggers to EHT stations, send HE triggers
     */
    A_UINT32 force_he_trigger_to_eht_sta;
} wmi_wfa_config_ofdma;
typedef struct {
    /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_wfa_config_cmd_fixed_param */
    A_UINT32 tlv_header;
@@ -39237,6 +39248,7 @@ typedef struct {
     * wmi_wfa_config_csa     wfa_config_csa[];     (0 or 1 elements)
     * wmi_wfa_config_ocv     wfa_config_ocv[];     (0 or 1 elements)
     * wmi_wfa_config_saquery wfa_config_saquery[]; (0 or 1 elements)
     * wmi_wfa_config_ofdma   wfa_config_ofdma[];   (0 or 1 elements)
     */
} wmi_wfa_config_cmd_fixed_param;
+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_ 1215
#define __WMI_REVISION_ 1216

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