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
This commit is contained in:

committed by
qcabuildsw

parent
74ff2e52d8
commit
82b95caf5f
@@ -5375,6 +5375,28 @@ typedef struct {
|
|||||||
uint32_t num_msdu_desc;
|
uint32_t num_msdu_desc;
|
||||||
} target_capability_info;
|
} 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
|
* struct wmi_host_fw_ver - FW version in non-tlv target
|
||||||
* @sw_version: Versin info
|
* @sw_version: Versin info
|
||||||
|
Reference in New Issue
Block a user