qcacld-2.0: CL 3977298 - update fw commmon interface files

WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_RESPONDER_ROLE def

Change-Id: If6f2b34e031f0c2b42d5490c514e60980754b665
CRs-Fixed: 865207
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index 2697e82..2727a06 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -8175,6 +8175,11 @@
     /** 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
      * prone to change.
diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h
index 0e79579..a9ed40f 100644
--- a/CORE/SERVICES/COMMON/wmi_version.h
+++ b/CORE/SERVICES/COMMON/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