1
0

qcacmn: Change module id for hexdump printing of hw vdev stats

Change module id to QDF_MODULE_ID_DP_HTT for hexdump printing
of hw vdev stats.

Change-Id: Ie9db76aa04241680236aa6b23a4ee65b5fd89d23
CRs-Fixed: 3343177
Este cometimento está contido em:
Harsh Kumar Bijlani
2022-11-22 14:51:12 +05:30
cometido por Madan Koyyalamudi
ascendente 31eb482274
cometimento 801226f363

Ver ficheiro

@@ -2355,7 +2355,7 @@ static void dp_vdev_txrx_hw_stats_handler(struct htt_soc *soc,
payload_size =
HTT_T2H_VDEVS_TXRX_STATS_PERIODIC_IND_PAYLOAD_SIZE_GET(*msg_word);
qdf_trace_hex_dump(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_INFO,
qdf_trace_hex_dump(QDF_MODULE_ID_DP_HTT, QDF_TRACE_LEVEL_INFO,
(void *)msg_word, payload_size + 16);
/* Adjust msg_word to point to the first TLV in buffer */