Bladeren bron

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
spuligil 3 jaren geleden
bovenliggende
commit
983a406dee
2 gewijzigde bestanden met toevoegingen van 6 en 1 verwijderingen
  1. 5 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_unified.h

@@ -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
fw/wmi_version.h

@@ -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