|
@@ -635,7 +635,7 @@ QDF_STATUS cds_pre_enable(v_CONTEXT_t cds_context)
|
|
|
void *scn;
|
|
|
void *soc = cds_get_context(QDF_MODULE_ID_SOC);
|
|
|
|
|
|
- QDF_TRACE(QDF_MODULE_ID_SYS, QDF_TRACE_LEVEL_INFO, "cds prestart");
|
|
|
+ QDF_TRACE(QDF_MODULE_ID_SYS, QDF_TRACE_LEVEL_DEBUG, "cds prestart");
|
|
|
if (gp_cds_context != p_cds_context) {
|
|
|
QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_ERROR,
|
|
|
"%s: Context mismatch", __func__);
|
|
@@ -753,9 +753,6 @@ QDF_STATUS cds_enable(struct wlan_objmgr_psoc *psoc, v_CONTEXT_t cds_context)
|
|
|
p_cds_contextType p_cds_context = (p_cds_contextType) cds_context;
|
|
|
tHalMacStartParameters halStartParams;
|
|
|
|
|
|
- QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_INFO,
|
|
|
- "%s: Starting Libra SW", __func__);
|
|
|
-
|
|
|
/* We support only one instance for now ... */
|
|
|
if (gp_cds_context != p_cds_context) {
|
|
|
QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_ERROR,
|
|
@@ -827,8 +824,6 @@ QDF_STATUS cds_enable(struct wlan_objmgr_psoc *psoc, v_CONTEXT_t cds_context)
|
|
|
goto err_soc_target_detach;
|
|
|
}
|
|
|
|
|
|
- QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_INFO,
|
|
|
- "TL correctly started");
|
|
|
QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_INFO,
|
|
|
"%s: CDS Start is successful!!", __func__);
|
|
|
|