diff --git a/utils/fwlog/dbglog_host.c b/utils/fwlog/dbglog_host.c index 3d901c7488..3ff92da587 100644 --- a/utils/fwlog/dbglog_host.c +++ b/utils/fwlog/dbglog_host.c @@ -1309,7 +1309,7 @@ int dbglog_vap_log_enable(wmi_unified_t wmi_handle, A_UINT16 vap_id, return 0; } -int dbglog_set_log_lvl(wmi_unified_t wmi_handle, enum DBGLOG_LOG_LVL log_lvl) +int dbglog_set_log_lvl(wmi_unified_t wmi_handle, DBGLOG_LOG_LVL log_lvl) { A_UINT32 val = 0; diff --git a/utils/fwlog/dbglog_host.h b/utils/fwlog/dbglog_host.h index 9b7aad1cfc..94012f949e 100644 --- a/utils/fwlog/dbglog_host.h +++ b/utils/fwlog/dbglog_host.h @@ -128,7 +128,7 @@ dbglog_report_enable(wmi_unified_t wmi_handle, A_BOOL isenable); * @brief DBGLOG_ERROR - default log level */ int -dbglog_set_log_lvl(wmi_unified_t wmi_handle, enum DBGLOG_LOG_LVL log_lvl); +dbglog_set_log_lvl(wmi_unified_t wmi_handle, DBGLOG_LOG_LVL log_lvl); #endif /*