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

Commit af0c8a9f authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Id8c912ad4f94fa936178a27c880091af109b969b
WMI: add num links and bands bitmap fields in roam_mlo_config_cmd msg
CRs-Fixed: 2262693
parent 83f5091a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -35040,6 +35040,21 @@ typedef struct {
typedef struct {
    A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_roam_mlo_config_cmd_fixed_param */
    wmi_mac_addr partner_link_addr; /* Assigned link address which can be used as self link addr when vdev is not created */
    A_UINT32 vdev_id;
    /*
     * Configure max number of link mlo connection supports.
     * Invalid value or 0 will use max supported value by fw.
     */
    A_UINT32 support_link_num;
    /*
     * Bit 0: 2G band support if 1
     * Bit 1: 5G band support if 1
     * Bit 2: 6G band support if 1
     */
    A_UINT32 support_link_band; /* Configure the band bitmap of mlo connection supports. */
} wmi_roam_mlo_config_cmd_fixed_param;
typedef struct {
+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_ 1177
#define __WMI_REVISION_ 1178

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