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

Commit 11c35d5e authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

WMI: expand param values for VDEV_PARAM_ENABLE_DISABLE_RTT_RESPONDER_ROLE
Change-Id: Ia28e8c48ae879d7da0da2d5bef2ea075ba6b8044
CRs-Fixed: 2262693
parent 162b7edb
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -17631,7 +17631,12 @@ typedef enum {
    WMI_VDEV_PARAM_DYNDTIM_CNT,                              /* 0x7c */
    /** VDEV parameter to enable or disable RTT responder role
      * valid values: 0-Disable responder role 1-Enable responder role
     * A value of 0 in a given bit disables corresponding mode.
     * bit | Responder mode support
     * -----------------------------------------
     *  0  | responder mode for 11MC ranging
     *  1  | responder mode for 11AZ NTB ranging
     *  2  | responder mode for 11AZ TB ranging
     */
    WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_RESPONDER_ROLE,        /* 0x7d */
@@ -18424,6 +18429,11 @@ typedef enum {
#define WMI_VDEV_HE_MU_SOUNDING_IS_ENABLED(mode) WMI_GET_BITS(mode, 2, 1)
#define WMI_VDEV_HE_AX_TRIG_SOUNDING_IS_ENABLED(mode) WMI_GET_BITS(mode, 3, 1)
/* Indicates RTT Responder mode support for 11MC, 11AZ NTB, 11AZ TB ranging */
#define WMI_VDEV_11MC_RESP_ENABLED(param) WMI_GET_BITS(param, 0, 1)
#define WMI_VDEV_11AZ_NTB_RESP_ENABLED(param) WMI_GET_BITS(param, 1, 1)
#define WMI_VDEV_11AZ_TB_RESP_ENABLED(param) WMI_GET_BITS(param, 2, 1)
/* vdev capabilities bit mask */
#define WMI_VDEV_BEACON_SUPPORT  0x1
#define WMI_VDEV_WDS_LRN_ENABLED 0x2
+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_ 1396
#define __WMI_REVISION_ 1397

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