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

Commit 983a406d authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I763102f39e8c6011e11be3ba67e4d4418622640a
WMI: add NAN_CHANNEL_SUPPORT RSRC_CFG_HOST_SERVICE_FLAG
CRs-Fixed: 2262693
parent 8d32e069
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4175,6 +4175,11 @@ typedef struct {
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_REG_CC_EXT_SUPPORT_SET(host_service_flags, val) \
    WMI_SET_BITS(host_service_flags, 4, 1, val)
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_CHANNEL_SUPPORT_GET(host_service_flags) \
    WMI_GET_BITS(host_service_flags, 5, 1)
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_CHANNEL_SUPPORT_SET(host_service_flags, val) \
    WMI_SET_BITS(host_service_flags, 5, 1, val)
typedef struct {
    A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_init_cmd_fixed_param */
+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_ 991
#define __WMI_REVISION_ 992

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