commit | 5ee0a58d8ca443e80ed8712c86c9938360b79cac | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Mon Jun 27 15:38:05 2011 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jun 28 11:16:39 2011 -0400 |
tree | ac57dbce885cdc9957d0ef1aaf49390cb5b9a0ab | |
parent | a66b98db570a638afd909459e1e6bfa272344bd3 [diff] |
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>