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

Commit 2e3b0a80 authored by spuligil's avatar spuligil Committed by Gerrit - the friendly Code Review server
Browse files

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

Change-Id: I558adb9f920719e8ab0442985c22e3b96a15293f
WMI: add quiet IE offset to bcn_tmpl_ml_params
CRs-Fixed: 2262693
parent 56038260
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1190,6 +1190,8 @@ typedef enum {
    WMITLV_TAG_STRUC_wmi_peer_enable_disable_intra_bss_cmd_fixed_param,
    WMITLV_TAG_STRUC_wmi_pdev_aoa_phasedelta_evt_fixed_param,
    WMITLV_TAG_STRUC_wmi_roam_mlo_config_cmd_fixed_param,
    WMITLV_TAG_STRUC_wmi_roam_ml_setup_links_param,
    WMITLV_TAG_STRUC_wmi_roam_ml_key_material_param,
} WMITLV_TAG_ID;

/*
+4 −2
Original line number Diff line number Diff line
@@ -13173,8 +13173,10 @@ typedef struct {
     *  Value 0 indicates ECSA IE is not present in beacon template.
     */
    A_UINT32 ext_csa_switch_count_offset; /* units = bytes */
    /** TIM IE offset from the beginning of the template. */
    A_UINT32 tim_ie_offset;
    /** Per-STA profile Subelement offset from the beginning of the template. */
    A_UINT32 per_sta_profile_offset;
    /** Quiet IE offset from the beginning of the template. */
    A_UINT32 quiet_ie_offset;
} wmi_bcn_tmpl_ml_params;
typedef struct {
+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_ 1035
#define __WMI_REVISION_ 1036

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