|
@@ -400,7 +400,7 @@ static void cds_cdp_cfg_attach(struct wlan_objmgr_psoc *psoc)
|
|
|
gp_cds_context->cfg_ctx = cdp_cfg_attach(soc, gp_cds_context->qdf_ctx,
|
|
|
(void *)(&cdp_cfg));
|
|
|
if (!gp_cds_context->cfg_ctx) {
|
|
|
- WMA_LOGP("%s: failed to init cfg handle", __func__);
|
|
|
+ WMA_LOGD("%s: failed to init cfg handle", __func__);
|
|
|
return;
|
|
|
}
|
|
|
|
|
@@ -1121,7 +1121,7 @@ QDF_STATUS cds_post_disable(void)
|
|
|
* - Clean up CE tasklets.
|
|
|
*/
|
|
|
|
|
|
- cds_info("send deinit sequence to firmware");
|
|
|
+ cds_debug("send deinit sequence to firmware");
|
|
|
if (!(cds_is_driver_recovering() || cds_is_driver_in_bad_state()))
|
|
|
cds_suspend_target(wma_handle);
|
|
|
hif_disable_isr(hif_ctx);
|