diff options
| -rwxr-xr-x | fw/wmi_unified.h | 5 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 2b5e018eb7c0..24abe510f2b3 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -8113,6 +8113,11 @@ typedef enum { /** VDEV parameter to config dynamic DTIM count */ WMI_VDEV_PARAM_DYNDTIM_CNT, /* 0x7c */ + /** VDEV parameter to enable or disable RTT responder role + * valid values: 0-Disable responder role 1-Enable responder role + */ + WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_RESPONDER_ROLE, /* 0x7d */ + /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE === * The below vdev param types are used for prototyping, and are diff --git a/fw/wmi_version.h b/fw/wmi_version.h index fb5c34d5de29..55437d7f29ce 100755 --- 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_ 487 +#define __WMI_REVISION_ 488 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
