ath6kl: Print bad trailer data only when htc fails to parse trailer info
Signed-off-by: Raja Mani <rmani@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
Родитель
58d92abc74
Коммит
2588f554f0
|
@ -1400,8 +1400,9 @@ static int htc_proc_trailer(struct htc_target *target,
|
||||||
len -= record->len;
|
len -= record->len;
|
||||||
}
|
}
|
||||||
|
|
||||||
ath6kl_dbg_dump(ATH6KL_DBG_RAW_BYTES, "BAD Recv Trailer",
|
if (status)
|
||||||
orig_buf, orig_len);
|
ath6kl_dbg_dump(ATH6KL_DBG_RAW_BYTES, "BAD Recv Trailer",
|
||||||
|
orig_buf, orig_len);
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче