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

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

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

Change-Id: I225300d0e9540034f044667efe1ba215675547a2
CRs-Fixed: 2262693
parent 9893e5b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -663,6 +663,7 @@ typedef enum {
    WMI_SERVICE_STA_SAP_NDP_CONCURRENCY_SUPPORT = 409, /* FW supports STA + SAP + NDP concurrency */
    WMI_SERVICE_THERM_THROT_POUT_REDUCTION = 410, /* FW supports thermal throttling Pout reduction */
    WMI_SERVICE_E2E_SDWF_SUPPORT = 411, /* FW supports end-to-end SDWF features like SDWF scheduler */
    WMI_SERVICE_EPM = 412, /* FW supports enhanced power management */


    WMI_MAX_EXT2_SERVICE
+9 −1
Original line number Diff line number Diff line
@@ -4618,8 +4618,12 @@ typedef struct {
     *           and 255 indicates an invalid service class
     *      Refer to WMI_RSRC_CFG_FLAGS2_SAWF_255_SVC_CLASS_SUPPORT_GET/SET
     *      macros.
     *  Bit 20 - enable feature EPM (Enhanced Power Management)
     *      0 -> disable the feature
     *      1 -> enable the feature
     *      Refer to the below WMI_RSRC_CFG_FLAGS2_EPM_GET/SET macros.
     *
     *  Bits 31:20 - Reserved
     *  Bits 31:21 - Reserved
     */
    A_UINT32 flags2;
    /** @brief host_service_flags - can be used by Host to indicate
@@ -5114,6 +5118,10 @@ typedef struct {
#define WMI_RSRC_CFG_FLAGS2_SAWF_255_SVC_CLASS_SUPPORT_SET(flags2, value) \
    WMI_SET_BITS(flags2, 19, 1, value)
#define WMI_RSRC_CFG_FLAGS2_EPM_GET(flags2) \
    WMI_GET_BITS(flags2, 20, 1)
#define WMI_RSRC_CFG_FLAGS2_EPM_SET(flags2, value) \
    WMI_SET_BITS(flags2, 20, 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_ 1476
#define __WMI_REVISION_ 1477

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