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

Commit 7b321eca authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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

Change-Id: I4a76c3738c1e06c2997b42315cb6bc6fd9890cc2
WMI: add MLO_VDEV_TID_TO_LINK_MAP_CTRL_LINK_MAP_SIZE flag
CRs-Fixed: 2262693
parent e64d5665
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -41479,6 +41479,9 @@ typedef struct{
#define WMI_MLO_VDEV_TID_TO_LINK_MAP_CTRL_DUR_TIME_GET(_var)           WMI_GET_BITS(_var, 4, 1)
#define WMI_MLO_VDEV_TID_TO_LINK_MAP_CTRL_DUR_TIME_SET(_var, _val)     WMI_SET_BITS(_var, 4, 1, _val)
#define WMI_MLO_VDEV_TID_TO_LINK_MAP_CTRL_LINK_MAP_SIZE_GET(_var)       WMI_GET_BITS(_var, 5, 1)
#define WMI_MLO_VDEV_TID_TO_LINK_MAP_CTRL_LINK_MAP_SIZE_SET(_var, _val) WMI_SET_BITS(_var, 5, 1, _val)
#define WMI_MLO_VDEV_TID_TO_LINK_MAP_CTRL_LINK_MAP_PRE_GET(_var)       WMI_GET_BITS(_var, 8, 8)
#define WMI_MLO_VDEV_TID_TO_LINK_MAP_CTRL_LINK_MAP_PRE_SET(_var, _val) WMI_SET_BITS(_var, 8, 8, _val)
@@ -41559,7 +41562,12 @@ typedef struct {
     *                                   // 0 - Expected Duration Field
     *                                   //     not Present
     *
     *      reserved:3
     *      WMI_MLO_VDEV_TID_TO_LINK_MAP_CTRL_LINK_MAP_SIZE_GET
     *      WMI_MLO_VDEV_TID_TO_LINK_MAP_CTRL_LINK_MAP_SIZE_SET
     *      link_mapping_size:1          // 1 - Link Mapping Size  1 Octets
     *                                   // 0 - Link Mapping Size  2 Octets
     *
     *      reserved:2
     *
     *      WMI_MLO_VDEV_TID_TO_LINK_MAP_CTRL_LINK_MAP_PRE_GET /
     *      WMI_MLO_VDEV_TID_TO_LINK_MAP_CTRL_LINK_MAP_PRE_SET
+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_ 1299
#define __WMI_REVISION_ 1300

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