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

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

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

Change-Id: I327a2e116a8c922fdbe0150b593e3e99e9c94249
CRs-Fixed: 3830439
parent b3243c6b
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -4762,7 +4762,13 @@ typedef struct {
     *      Refer to the below definitions of the
     *      WMI_RSRC_CFG_HOST_SERVICE_FLAG_ML_FULL_MONITOR_MODE_SUPPORT_GET
     *      and _SET macros
     *  Bits 31:17 - Reserved
     *  Bit 17
     *      This bit will set by host to inform FW that rx buffer refilling
     *      is supported by the host in Qdata feature (tx LCE consent pkt),
     *      So FW will start refilling the buffers.
     *      Refer to the below definitions of WMI_RSRC_CFG_HOST_SERVICE_FLAG
     *      OPT_DP_CTRL_REPLENISH_REFILL_RX_BUFFER_SUPPORT_GET and _SET macros.
     *  Bits 31:18 - Reserved
     */
    A_UINT32 host_service_flags;
@@ -5249,6 +5255,11 @@ typedef struct {
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_ML_FULL_MONITOR_MODE_SUPPORT_SET(host_service_flags, val) \
        WMI_SET_BITS(host_service_flags, 16, 1, val)
/* This bit is used to inform FW to provide refill buffers in Qdata feature */
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_OPT_DP_CTRL_REPLENISH_REFILL_RX_BUFFER_SUPPORT_GET(host_service_flags) \
        WMI_GET_BITS(host_service_flags, 17, 1)
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_OPT_DP_CTRL_REPLENISH_REFILL_RX_BUFFER_SUPPORT_SET(host_service_flags, val) \
        WMI_SET_BITS(host_service_flags, 17, 1, val)
#define WMI_RSRC_CFG_CARRIER_CFG_CHARTER_ENABLE_GET(carrier_config) \
    WMI_GET_BITS(carrier_config, 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_ 1494
#define __WMI_REVISION_ 1495

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