diff --git a/wmi_unified_api.h b/wmi_unified_api.h index d8784e011b..38683acd17 100644 --- a/wmi_unified_api.h +++ b/wmi_unified_api.h @@ -535,8 +535,17 @@ QDF_STATUS wmi_unified_pdev_utf_cmd_send(void *wmi_hdl, struct pdev_utf_params *param, uint8_t mac_id); +#ifdef FEATURE_FW_LOG_PARSING QDF_STATUS wmi_unified_dbglog_cmd_send(void *wmi_hdl, - struct dbglog_params *param); + struct dbglog_params *param); +#else +static inline QDF_STATUS +wmi_unified_dbglog_cmd_send(void *wmi_hdl, + struct dbglog_params *param) +{ + return QDF_STATUS_SUCCESS; +} +#endif QDF_STATUS wmi_mgmt_unified_cmd_send(void *wmi_hdl, struct wmi_mgmt_params *param);