qcacld-2.0: CL 3423674 - Update fw common interface files

Define WMI_SERVICE_MAWC_SUPPORT

Change-Id: I1779b1a176f8f29c11682a67d0aaf8202254c121
CRs-fixed: 865207
diff --git a/CORE/SERVICES/COMMON/wmi_services.h b/CORE/SERVICES/COMMON/wmi_services.h
index 9ecbf47..298b3da 100644
--- a/CORE/SERVICES/COMMON/wmi_services.h
+++ b/CORE/SERVICES/COMMON/wmi_services.h
@@ -307,6 +307,7 @@
     WMI_SERVICE_FILS_SUPPORT=131, /* support for FILS */
     WMI_SERVICE_WLAN_OIC_PING_OFFLOAD=132, /* Support for wlan OIC ping service */
     WMI_SERVICE_WLAN_DHCP_RENEW=133, /* Support for wlan DHCP Renew service */
+    WMI_SERVICE_MAWC_SUPPORT = 134, /* Support for MAWC service */
 
     /******* ADD NEW SERVICES HERE *******/
 
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index 70548b4..be616ed 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -12120,7 +12120,7 @@
     /* unique id identifying the unit test cmd, generated by the caller */
     A_UINT32 diag_token;
 /**
- * TLV (tag length value ) parameters follow the wmi_roam_chan_list
+ * TLV (tag length value ) parameters follow the wmi_unit_test_cmd_fixed_param
  * structure. The TLV's are:
  *   A_UINT32 args[];
  **/
diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h
index 53a0977..fde2f60 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_ 431
+#define __WMI_REVISION_ 432
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work