diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 954140702a..4f7380df96 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -10382,6 +10382,13 @@ typedef enum { */ 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 === * The below vdev param types are used for prototyping, and are * prone to change. diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 0fda1b8e8f..cd63d039fa 100644 --- a/fw/wmi_version.h +++ b/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_ 743 +#define __WMI_REVISION_ 744 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work