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
This commit is contained in:
spuligil
2020-06-25 18:02:48 -07:00
committed by nshrivas
부모 481c1a7edd
커밋 9ad969f6a7
2개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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

파일 보기

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