Skip to content

Commit

Permalink
mwifiex: use pci_alloc/free_consistent APIs for PCIe
Browse files Browse the repository at this point in the history
This patch uses pci_alloc_consistent and pci_free_consistent
APIs for mwifiex_pcie driver. Consistent DMA memory is allocated
for TX, RX and event rings. Command buffer and command response
buffer also uses map/unmap memory APIs to download commands and
get command responses.

Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Avinash Patil authored and John W. Linville committed Jan 7, 2013
1 parent c6d1d87 commit fc33146
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 154 deletions.
Loading

0 comments on commit fc33146

Please sign in to comment.