提交 b1e03f8a 编写于 作者: K Kalle Valo

ath6kl: don't dump full htc packets

It's currently possible to dump full sdio packets, so dumping htc packets
is not strictly needed. So remove it, we can always add it back if
there ever comes a need for that.
Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
上级 471e92fd
......@@ -1431,10 +1431,6 @@ static int ath6kl_htc_rx_process_hdr(struct htc_target *target,
if (n_lkahds != NULL)
*n_lkahds = 0;
/* FIXME: is this needed? */
ath6kl_dbg_dump(ATH6KL_DBG_HTC, "htc rx", "htc rx",
packet->buf, packet->act_len);
/*
* NOTE: we cannot assume the alignment of buf, so we use the safe
* macros to retrieve 16 bit fields.
......@@ -1516,13 +1512,6 @@ static int ath6kl_htc_rx_process_hdr(struct htc_target *target,
if (status)
ath6kl_dbg_dump(ATH6KL_DBG_HTC, "htc rx bad packet",
"", packet->buf, packet->act_len);
else {
/* FIXME: is this needed? */
if (packet->act_len > 0)
ath6kl_dbg_dump(ATH6KL_DBG_HTC,
"htc rx application message", "",
packet->buf, packet->act_len);
}
return status;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册