qcacmn: Move defination of WMI_DBG_PARAM to host wmi file

Defination of enum WMI_DBG_PARAM is used only in host
so moved to host private wmi file.

Change-Id: I42a529b343e4e6e81b570c505385cfc8dbf9f017
CRs-Fixed: 1107600
diff --git a/wmi_unified_param.h b/wmi_unified_param.h
index 218cb93..3c274d4 100644
--- a/wmi_unified_param.h
+++ b/wmi_unified_param.h
@@ -5376,6 +5376,28 @@
 } target_capability_info;
 
 /**
+ * enum WMI_DBG_PARAM - Debug params
+ * @WMI_DBGLOG_LOG_LEVEL: Set the loglevel
+ * @WMI_DBGLOG_VAP_ENABLE:  Enable VAP level debug
+ * @WMI_DBGLOG_VAP_DISABLE: Disable VAP level debug
+ * @WMI_DBGLOG_MODULE_ENABLE: Enable MODULE level debug
+ * @WMI_DBGLOG_MODULE_DISABLE: Disable MODULE level debug
+ * @WMI_DBGLOG_MOD_LOG_LEVEL: Enable MODULE level debug
+ * @WMI_DBGLOG_TYPE: set type of the debug output
+ * @WMI_DBGLOG_REPORT_ENABLE: Enable Disable debug
+ */
+typedef enum {
+	WMI_DBGLOG_LOG_LEVEL = 0x1,
+	WMI_DBGLOG_VAP_ENABLE,
+	WMI_DBGLOG_VAP_DISABLE,
+	WMI_DBGLOG_MODULE_ENABLE,
+	WMI_DBGLOG_MODULE_DISABLE,
+	WMI_DBGLOG_MOD_LOG_LEVEL,
+	WMI_DBGLOG_TYPE,
+	WMI_DBGLOG_REPORT_ENABLE
+} WMI_DBG_PARAM;
+
+/**
  * struct wmi_host_fw_ver - FW version in non-tlv target
  * @sw_version: Versin info
  * @sw_version_1: Second dword of version