qcacmn: Fix compilation errors

Fix compilation errors after updating
latest dbglog.h file from fw.

Change-Id: I3defd4242d922364849041b35bddb3cca4f9a39a
CRs-Fixed: 2066361
This commit is contained in:
Sandeep Puligilla
2017-06-20 16:17:49 -07:00
committed by snandini
parent c3fcb680f1
commit 5c1cc50c22
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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
/*