qcacmn: Add RX TLV debug prints in error path
print complete RX TLVs in human readable format when ever we encounter an error in RX path Change-Id: I054556fd599db75b94eadb7647f4cd589cbfb700 CRs-Fixed: 2003183
This commit is contained in:

committed by
qcabuildsw

vanhempi
b81cd55cf9
commit
67ad342abe
@@ -478,12 +478,10 @@ done:
|
||||
|
||||
QDF_TRACE(QDF_MODULE_ID_DP,
|
||||
QDF_TRACE_LEVEL_ERROR,
|
||||
FL("HAL RING 0x%p"), hal_ring);
|
||||
|
||||
print_hex_dump(KERN_ERR,
|
||||
"\t Pkt Desc:", DUMP_PREFIX_NONE, 32, 4,
|
||||
rx_tlv_hdr, 128, false);
|
||||
FL("MSDU DONE failure"));
|
||||
|
||||
hal_rx_dump_pkt_tlvs(rx_tlv_hdr,
|
||||
QDF_TRACE_LEVEL_INFO);
|
||||
qdf_assert(0);
|
||||
}
|
||||
|
||||
|
Viittaa uudesa ongelmassa
Block a user