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

Commit 9ad969f6 authored by spuligil's avatar spuligil Committed by nshrivas
Browse files

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
parent 481c1a7e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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
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_ 854
#define __WMI_REVISION_ 855

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