iwlagn: use PCI_DMA_* for pci_* operations
commit5ee0a58d8ca443e80ed8712c86c9938360b79cac
authorJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Jun 2011 19:38:05 +0000 (27 15:38 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 28 Jun 2011 15:16:39 +0000 (28 11:16 -0400)
treeac57dbce885cdc9957d0ef1aaf49390cb5b9a0ab
parenta66b98db570a638afd909459e1e6bfa272344bd3
iwlagn: use PCI_DMA_* for pci_* operations

"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>
drivers/net/wireless/iwlwifi/iwl-tx.c