Parcourir la source

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

Change-Id: Iab1732e8763d69bcb050b765c929cfe16c055661
WMI: add VDEV_PARAM_ENABLE_DISABLE_NAN_CONFIG_FEATURES def
CRs-Fixed: 2262693
spuligil il y a 4 ans
Parent
commit
9ad969f6a7
2 fichiers modifiés avec 12 ajouts et 1 suppressions
  1. 11 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 11 - 0
fw/wmi_unified.h

@@ -10434,6 +10434,11 @@ typedef enum {
  */
 #define WMI_VDEV_ROAM_11KV_CTRL_DONOT_SEND_DISASSOC_ON_BTM_DI_SET       0x4
 
+
+/** NAN vdev config Feature flags */
+#define WMI_VDEV_NAN_ALLOW_DW_CONFIG_CHANGE_IN_SYNC_ROLE                0x1
+
+
 /** the definition of different VDEV parameters */
 typedef enum {
     /** RTS Threshold */
@@ -11281,6 +11286,12 @@ typedef enum {
      */
     WMI_VDEV_PARAM_ROAM_11KV_CTRL,        /* 0xA2 */
 
+    /* vdev param to enable or disable various NAN config features
+     * param value bitmap set to 1 for enable and 0 for disable respectively
+     */
+    WMI_VDEV_PARAM_ENABLE_DISABLE_NAN_CONFIG_FEATURES,  /* 0xA3 */
+
+
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are
      * prone to change.

+ 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_ 854
+#define __WMI_REVISION_ 855
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work