qcacmn: Replace QDF_DMA_BIDIRECTIONAL to QDF_DMA_FROM_DEVICE in rx
In Rx path, We really don't need to flush data and invalidate. Hence replacing map/unmap flag to QDF_DMA_FROM_DEVICE. Change-Id: I3de0c73e11a08a875114167a55fe9fe4432f1dd4 CRs-fixed: 2449712
This commit is contained in:
@@ -1007,7 +1007,7 @@ QDF_STATUS dp_rx_mon_status_buffers_replenish(struct dp_soc *dp_soc,
|
||||
"[%s][%d] rxdma_ring_entry is NULL, count - %d",
|
||||
__func__, __LINE__, count);
|
||||
qdf_nbuf_unmap_single(dp_soc->osdev, rx_netbuf,
|
||||
QDF_DMA_BIDIRECTIONAL);
|
||||
QDF_DMA_FROM_DEVICE);
|
||||
qdf_nbuf_free(rx_netbuf);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user