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

Change-Id: I8942352d9ee7812aa2e49c40a61fd61936057f5c
WMI: add NOTIFY_FRAME_CONFIG flag in wmi_resource_config
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-05-13 12:01:24 -07:00
committed by Madan Koyyalamudi
parent 8b56c5107c
commit 03122cd442
2 changed files with 7 additions and 1 deletions

View File

@@ -4606,6 +4606,12 @@ typedef struct {
#define WMI_RSRC_CFG_FLAGS2_SAWF_CONFIG_ENABLE_SET(flags2, value) \
WMI_SET_BITS(flags2, 13, 1, value)
#define WMI_RSRC_CFG_FLAGS2_NOTIFY_FRAME_CONFIG_ENABLE_GET(flags2) \
WMI_GET_BITS(flags2, 14, 1)
#define WMI_RSRC_CFG_FLAGS2_NOTIFY_FRAME_CONFIG_ENABLE_SET(flags2, value) \
WMI_SET_BITS(flags2, 14, 1, value)
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT_GET(host_service_flags) \
WMI_GET_BITS(host_service_flags, 0, 1)
#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT_SET(host_service_flags, val) \