diff options
| author | 2019-06-27 23:19:09 +0200 | |
|---|---|---|
| committer | 2019-06-29 12:29:39 -0700 | |
| commit | f072218cca5b076dd99f3dfa3aaafedfd0023a51 (patch) | |
| tree | 116642c249c9fb87a4837c6e64c4efacca1888d0 /net/ipv6/tcp_ipv6.c | |
| parent | r8169: consider that 32 Bit DMA is the default (diff) | |
| download | wireguard-linux-f072218cca5b076dd99f3dfa3aaafedfd0023a51.tar.xz wireguard-linux-f072218cca5b076dd99f3dfa3aaafedfd0023a51.zip | |
r8169: remove not needed call to dma_sync_single_for_device
DMA_API_HOWTO.txt includes an example explaining when
dma_sync_single_for_device() is not needed, and that example matches
our use case. The buffer isn't changed by the CPU and direction is
DMA_FROM_DEVICE, so we can remove the call to
dma_sync_single_for_device().
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions
