ath9k: fix dma direction for map/unmap in ath_rx_tasklet
authorMing Lei <tom.leiming@gmail.com>
Fri, 14 May 2010 13:15:38 +0000 (21:15 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 26 Jul 2010 18:41:04 +0000 (14:41 -0400)
For edma, we should use DMA_BIDIRECTIONAL, or else use
DMA_FROM_DEVICE.

This is found to address "BUG at arch/x86/mm/physaddr.c:5"
as described here:

http://lkml.org/lkml/2010/7/14/21

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found