1
0
Fork 0
alistair23-linux/drivers/net/atl1e
Jie Yang 03f1899161 atl1e: fix 2.6.31-git4 -- ATL1E 0000:03:00.0: DMA-API: device driver frees DMA
use the wrong API when free dma. So when map dma use a flag to
demostrate whether it is 'pci_map_single' or 'pci_map_page'. When free
the dma, check the flags to select the right APIs('pci_unmap_single'
or 'pci_unmap_page').

set the flags type to u16  instead of unsigned long  on David's comments.

Signed-off-by: Jie Yang <jie.yang@atheros.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-17 10:27:28 -07:00
..
Makefile
atl1e.h atl1e: fix 2.6.31-git4 -- ATL1E 0000:03:00.0: DMA-API: device driver frees DMA 2009-09-17 10:27:28 -07:00
atl1e_ethtool.c netdev: drivers should make ethtool_ops const 2009-09-02 01:03:33 -07:00
atl1e_hw.c atl1e: fix broken multicast by removing unnecessary crc inversion 2008-11-14 18:18:55 -05:00
atl1e_hw.h
atl1e_main.c atl1e: fix 2.6.31-git4 -- ATL1E 0000:03:00.0: DMA-API: device driver frees DMA 2009-09-17 10:27:28 -07:00
atl1e_param.c drivers/net/atl1e: fix sparse warnings: fix signedness 2009-02-17 17:26:06 -08:00