|
@@ -2293,13 +2293,10 @@ tSirRetStatus sir_convert_probe_frame2_struct(tpAniSirGlobal pMac,
|
|
|
if (DOT11F_FAILED(status)) {
|
|
|
pe_err("Failed to parse a Probe Response (0x%08x, %d bytes):",
|
|
|
status, nFrame);
|
|
|
- QDF_TRACE_HEX_DUMP(QDF_MODULE_ID_PE, QDF_TRACE_LEVEL_ERROR,
|
|
|
+ QDF_TRACE_HEX_DUMP(QDF_MODULE_ID_PE, QDF_TRACE_LEVEL_DEBUG,
|
|
|
pFrame, nFrame);
|
|
|
qdf_mem_free(pr);
|
|
|
return eSIR_FAILURE;
|
|
|
- } else if (DOT11F_WARNED(status)) {
|
|
|
- pe_debug("There were warnings while unpacking a Probe Response (0x%08x, %d bytes):",
|
|
|
- status, nFrame);
|
|
|
}
|
|
|
/* & "transliterate" from a 'tDot11fProbeResponse' to a 'tSirProbeRespBeacon'... */
|
|
|
|
|
@@ -3769,13 +3766,10 @@ sir_convert_beacon_frame2_struct(tpAniSirGlobal pMac,
|
|
|
if (DOT11F_FAILED(status)) {
|
|
|
pe_err("Failed to parse Beacon IEs (0x%08x, %d bytes):",
|
|
|
status, nPayload);
|
|
|
- QDF_TRACE_HEX_DUMP(QDF_MODULE_ID_PE, QDF_TRACE_LEVEL_ERROR,
|
|
|
+ QDF_TRACE_HEX_DUMP(QDF_MODULE_ID_PE, QDF_TRACE_LEVEL_DEBUG,
|
|
|
pPayload, nPayload);
|
|
|
qdf_mem_free(pBeacon);
|
|
|
return eSIR_FAILURE;
|
|
|
- } else if (DOT11F_WARNED(status)) {
|
|
|
- pe_debug("There were warnings while unpacking Beacon IEs (0x%08x, %d bytes):",
|
|
|
- status, nPayload);
|
|
|
}
|
|
|
/* & "transliterate" from a 'tDot11fBeacon' to a 'tSirProbeRespBeacon'... */
|
|
|
/* Timestamp */
|