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

Add WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_INITIATOR_ROLE def

Change-Id: Ifa3426ac5910199a91345fbc6ed321d49361b6d6
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2019-11-26 06:01:19 -08:00
parent 2c0af96c75
commit 54bec7b46a
2 changed files with 8 additions and 1 deletions

View File

@@ -10382,6 +10382,13 @@ typedef enum {
*/ */
WMI_VDEV_PARAM_6GHZ_PARAMS, /* 0x99 */ WMI_VDEV_PARAM_6GHZ_PARAMS, /* 0x99 */
/**
* VDEV parameter to enable or disable RTT initiator role
* Default : Enabled
* valid values: 0-Disable initiator role, 1-Enable initiator role.
*/
WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_INITIATOR_ROLE, /* 0x9A */
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE === /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
* The below vdev param types are used for prototyping, and are * The below vdev param types are used for prototyping, and are
* prone to change. * prone to change.

View File

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * change that may or may not break compatibility. */
#define __WMI_REVISION_ 743 #define __WMI_REVISION_ 744
/** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work