iwlagn: use PCI_DMA_* for pci_* operations
authorJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Jun 2011 19:38:05 +0000 (15:38 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 28 Jun 2011 15:16:39 +0000 (11:16 -0400)
"iwlagn: map command buffers BIDI" uses the DMA_* enumerations for DMA
directions, even though the pci_* DMA API is still in use.  That patch
was undoubtedly developed on top of "iwlagn: don't use the PCI wrappers
for DMA operation", which is due in the next release.

Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found