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

Commit 3e41f05a authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I3b69b7425d6b2a1b2fee258fc3c5ff85bdf56d83
WMI: add tag ID for wmi_mlo_set_active_link_number_param
CRs-Fixed: 2262693
parent 4f4081ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1213,6 +1213,7 @@ typedef enum {
    WMITLV_TAG_STRUC_wmi_pdev_fips_mode_set_cmd_fixed_param,
    WMITLV_TAG_STRUC_wmi_vdev_update_mac_addr_cmd_fixed_param,
    WMITLV_TAG_STRUC_wmi_vdev_update_mac_addr_conf_event_fixed_param,
    WMITLV_TAG_STRUC_wmi_mlo_set_active_link_number_param,
} WMITLV_TAG_ID;

/*
+1 −1
Original line number Diff line number Diff line
@@ -36280,7 +36280,7 @@ typedef struct wmi_mlo_link_set_active_cmd
typedef struct wmi_mlo_set_active_link_number_param
{
    /** TLV tag and len; */
    /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_mlo_set_active_link_number_param */
    A_UINT32 tlv_header;
    /** number of link to be config */
    A_UINT32 num_of_link;
+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_ 1074
#define __WMI_REVISION_ 1075

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