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

Commit dbf89f87 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I5f16a99f07c0018bc4aece60994301ca19d2e837
WMI: add PCIE_GEN_SWITCH_CAPABILITY flag in resource_config struct
CRs-Fixed: 2262693
parent 329b00f2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -3575,6 +3575,12 @@ typedef struct {
    #define WMI_RSRC_CFG_FLAG_IPA_DISABLE_S 30
    #define WMI_RSRC_CFG_FLAG_IPA_DISABLE_M 0x40000000
    /*
     * If this bit is set, target should use the PCIe GEN switching feature.
     */
    #define WMI_RSRC_CFG_FLAG_PCIE_GEN_SWITCH_CAPABLITY_S 31
    #define WMI_RSRC_CFG_FLAG_PCIE_GEN_SWITCH_CAPABLITY_M 0x80000000
    A_UINT32 flag1;
    /** @brief smart_ant_cap - Smart Antenna capabilities information
@@ -4044,6 +4050,11 @@ typedef struct {
#define WMI_RSRC_CFG_FLAG_IPA_DISABLE_GET(word32) \
    WMI_RSRC_CFG_FLAG_GET((word32), IPA_DISABLE)
#define WMI_RSRC_CFG_FLAG_PCIE_GEN_SWITCH_CAPABLITY_SET(word32, value) \
    WMI_RSRC_CFG_FLAG_SET((word32), PCIE_GEN_SWITCH_CAPABLITY, (value))
#define WMI_RSRC_CFG_FLAG_PCIE_GEN_SWITCH_CAPABLITY_GET(word32) \
    WMI_RSRC_CFG_FLAG_GET((word32), PCIE_GEN_SWITCH_CAPABLITY)
#define WMI_RSRC_CFG_FLAGS2_RE_ULRESP_PDEV_CFG_GET(flags2, pdev_id) \
    WMI_GET_BITS(flags2, pdev_id, 1)
#define WMI_RSRC_CFG_FLAGS2_RE_ULRESP_PDEV_CFG_SET(flags2, pdev_id, value) \
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,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_ 940
#define __WMI_REVISION_ 941

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