]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfa90d0756e4d342a679503f476559bb9ebb81a01
treeac57dbce885cdc9957d0ef1aaf49390cb5b9a0ab
parent7de8f1828329af17c79c7cc36eb47d3aa1c02f0d
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