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

Commit eb438f93 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I8d81248cf2b271f09e61f9039df811ccb6e79dc0
WMI: add BANG_RADAR_320M_SUPPORT flag
CRs-Fixed: 2262693
parent 35cd4963
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -596,6 +596,7 @@ typedef enum {
    WMI_SERVICE_FEATURE_SET_EVENT_SUPPORT = 343, /* FW supports sending of supported feature set event during init time */
    WMI_SERVICE_HALPHY_CTRL_PATH_STATS = 344, /* HALPHY STATS through control path */
    WMI_SERVICE_PEER_CHWIDTH_PUNCTURE_BITMAP_SUPPORT = 345, /* FW supports puncture bitmap change with channel width switch */
    WMI_SERVICE_BANG_RADAR_320_SUPPORT = 346, /* Host to send frequency offset for bang radar in extended field for 320M support */


    WMI_MAX_EXT2_SERVICE
+15 −1
Original line number Diff line number Diff line
@@ -4366,7 +4366,15 @@ typedef struct {
     *      Refer to the below definitions of the
     *      WMI_RSRC_CFG_HOST_SERVICE_FLAG_REO_QREF_FEATURE_SUPPORT_GET
     *      and _SET macros.
     *  Bits 31:13 - Reserved
     *  Bit 13
     *      This bit will be set when host host wants to enable/disable
     *      bang radar 320M support feature
     *      when set to 1 - Enable the bang radar 320M support
     *      when set to 0 - Disable the bang radar 320M support
     *      Refer to the below definitions of the
     *      WMI_RSRC_CFG_HOST_SERVICE_FLAG_BANG_RADAR_320M_SUPPORT_GET
     *      and _SET macros.
     *  Bits 31:14 - Reserved
     */
    A_UINT32 host_service_flags;
@@ -4772,6 +4780,12 @@ typedef struct {
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_REO_QREF_FEATURE_SUPPORT_SET(host_service_flags, val) \
    WMI_SET_BITS(host_service_flags, 12, 1, val)
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_BANG_RADAR_320M_SUPPORT_GET(host_service_flags) \
    WMI_GET_BITS(host_service_flags, 13, 1)
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_BANG_RADAR_320M_SUPPORT_SET(host_service_flags, val) \
    WMI_SET_BITS(host_service_flags, 13, 1, val)
#define WMI_RSRC_CFG_CARRIER_CFG_CHARTER_ENABLE_GET(carrier_config) \
    WMI_GET_BITS(carrier_config, 0, 1)
#define WMI_RSRC_CFG_CARRIER_CFG_CHARTER_ENABLE_SET(carrier_config, val) \
+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_ 1198
#define __WMI_REVISION_ 1199

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