qcacmn: Send diag wmi command to FW

Donot block wmi command sending inside #if macro.
This change is needed because WIN uses only the FW log level
setting and not the complete feature. Only the feature
should be enclosed in #if macros and not the wmi command
sending part.

Change-Id: Ia28c0487d360c1b0a54374bb237811eba6b1af41
This commit is contained in:
Nandha Kishore Easwaran
2020-08-26 09:24:55 +05:30
committed by snandini
parent b8a17e378b
commit 72f98bced8
3 changed files with 0 additions and 15 deletions

View File

@@ -376,7 +376,6 @@ QDF_STATUS wmi_crash_inject(wmi_unified_t wmi_handle,
return QDF_STATUS_E_FAILURE;
}
#ifdef FEATURE_FW_LOG_PARSING
QDF_STATUS
wmi_unified_dbglog_cmd_send(wmi_unified_t wmi_handle,
struct dbglog_params *dbglog_param)
@@ -388,7 +387,6 @@ wmi_unified_dbglog_cmd_send(wmi_unified_t wmi_handle,
return QDF_STATUS_E_FAILURE;
}
qdf_export_symbol(wmi_unified_dbglog_cmd_send);
#endif
QDF_STATUS
wmi_unified_vdev_set_param_send(wmi_unified_t wmi_handle,