commit | fc3314609047daf472b3ffc49f9a1c5608068713 | [log] [tgz] |
---|---|---|
author | Avinash Patil <patila@marvell.com> | Thu Jan 03 21:21:30 2013 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jan 07 15:18:30 2013 -0500 |
tree | 8e5c9a01fb61337e7f7a996ff78d31f749d47112 | |
parent | c6d1d87a10d1e5317701676c39bbec20e4651b91 [diff] |
mwifiex: use pci_alloc/free_consistent APIs for PCIe 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>