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

Commit 7a0bdb4e authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: I0cdd36c6bff451282e9d5a98f46dbbc85e5bbea0
CRs-Fixed: 3830439
parent 23e596c6
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -4799,8 +4799,13 @@ typedef struct {
     *      0 -> disable the feature
     *      1 -> enable the feature
     *     Refer to below WMI_RSRC_CFG_FLAGS2_ENABLE_WDS_NULL_FRAME_SUPPORT
     *  Bit 23 - enable feature optimize power
     *      0 -> disable the feature
     *      1 -> enable the feature
     *      Refer to the below WMI_RSRC_CFG_FLAGS2_OPTIMIZE_POWER_GET/SET
     *      macros.
     *
     *  Bits 31:23 - Reserved
     *  Bits 31:24 - Reserved
     */
    A_UINT32 flags2;
    /** @brief host_service_flags - can be used by Host to indicate
@@ -5330,6 +5335,11 @@ typedef struct {
#define WMI_RSRC_CFG_FLAGS2_ENABLE_WDS_NULL_FRAME_SUPPORT_SET(flags2, value) \
    WMI_SET_BITS(flags2, 22, 1, value)
#define WMI_RSRC_CFG_FLAGS2_OPTIMIZE_POWER_GET(flags2) \
    WMI_GET_BITS(flags2, 23, 1)
#define WMI_RSRC_CFG_FLAGS2_OPTIMIZE_POWER_SET(flags2, value) \
    WMI_SET_BITS(flags2, 23, 1, value)
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT_GET(host_service_flags) \
    WMI_GET_BITS(host_service_flags, 0, 1)
+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_ 1533
#define __WMI_REVISION_ 1534

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