|
@@ -163,7 +163,7 @@ tSirRetStatus mac_open(struct wlan_objmgr_psoc *psoc, tHalHandle *pHalHandle,
|
|
|
|
|
|
status = pe_open(p_mac, cds_cfg);
|
|
status = pe_open(p_mac, cds_cfg);
|
|
if (eSIR_SUCCESS != status) {
|
|
if (eSIR_SUCCESS != status) {
|
|
- sys_log(p_mac, LOGE, FL("mac_open failure\n"));
|
|
|
|
|
|
+ pe_err("pe_open() failure");
|
|
qdf_mem_free(p_mac);
|
|
qdf_mem_free(p_mac);
|
|
}
|
|
}
|
|
|
|
|