qcacld-3.0: Remove unnecessary log from wlansap_roam_callback
wlansap_roam_callback function logging an error message if roam_status is not handled, in default case of switch, but same information is logged before switch. So remove this log. Change-Id: Id53eb392929d9328f959c7e54d7f0a5dd77b0739 CRs-Fixed: 2007415
Este commit está contenido en:

cometido por
Sandeep Puligilla

padre
cfa8a4d50d
commit
405587c313
@@ -1087,10 +1087,6 @@ wlansap_roam_callback(void *ctx, tCsrRoamInfo *csr_roam_info, uint32_t roamId,
|
||||
FL("Received set channel Indication"));
|
||||
break;
|
||||
default:
|
||||
QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_ERROR,
|
||||
FL("CSR roam_status not handled roam_status = %s (%d)"),
|
||||
get_e_roam_cmd_status_str(roam_status),
|
||||
roam_status);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Referencia en una nueva incidencia
Block a user