qcacmn: Add direction to srng DPTRACE call
DPTRACE has been enhanced to record send and recive packets. Update the missed call site Change-Id: If1554b31add1df00f98b6d3eed8e5f752ca4722c CRs-Fixed: 1089874
Este cometimento está contido em:

cometido por
Gerrit - the friendly Code Review server

ascendente
6c0c3f95fa
cometimento
9a1b391970
@@ -206,7 +206,7 @@ ce_sendlist_send_srng(struct CE_handle *copyeng,
|
||||
DPTRACE(qdf_dp_trace((qdf_nbuf_t)per_transfer_context,
|
||||
QDF_DP_TRACE_CE_PACKET_PTR_RECORD,
|
||||
(uint8_t *)(((qdf_nbuf_t)per_transfer_context)->data),
|
||||
sizeof(((qdf_nbuf_t)per_transfer_context)->data), QDF_NA));
|
||||
sizeof(((qdf_nbuf_t)per_transfer_context)->data), QDF_TX));
|
||||
} else {
|
||||
/*
|
||||
* Probably not worth the additional complexity to support
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador