qcacld-3.0: CL 1610656 - update fw common interface files

Propagation from qcacld-2.0 to qcacld-3.0.

Remove duplicate def of DBGLOG_DBGID_SM_FRAMEWORK_PROXY_DBGLOG_MSG
Add band field in wlan_vdev_set_ie command

Change-Id: I2d23e0945cf7e2ff221fdf658115e9e1f428f31c
CRs-fixed: 865207
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h
index bd4356a..3d9a880 100644
--- a/target/inc/wmi_unified.h
+++ b/target/inc/wmi_unified.h
@@ -14462,6 +14462,13 @@
 /* source values: */
 #define WMI_SET_VDEV_IE_SOURCE_HOST     0x0
 
+/* band values: */
+typedef enum {
+	WMI_SET_VDEV_IE_BAND_ALL = 0,
+	WMI_SET_VDEV_IE_BAND_2_4GHZ,
+	WMI_SET_VDEV_IE_BAND_5GHZ,
+} wmi_set_vdev_ie_band;
+
 typedef struct {
 	/** TLV tag and len; tag equals
 	 * WMITLV_TAG_STRUC_wmi_vdev_set_ie_cmd_fixed_param */
@@ -14474,6 +14481,8 @@
 	A_UINT32 ie_len;
 	/** source of this command */
 	A_UINT32 ie_source; /* see WMI_SET_VDEV_IE_SOURCE_ defs */
+	/** band for this IE - se wmi_set_vdev_ie_band enum */
+	A_UINT32 band;
 	/*
 	 * Following this structure is the TLV byte stream of ie data of length
 	 * buf_len: