8139too: move wmb before TX DMA start
authorAndreas Oberritter <obi@linuxtv.org>
Wed, 8 Oct 2008 06:14:16 +0000 (06:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2008 00:12:57 +0000 (17:12 -0700)
The write barrier should be used before starting a DMA transfer. This fixes
a problem, where almost all packets received on another machine had garbled
content. Tested with an RTL8100C on a MIPS machine.

Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found