From: Avinash Patil Date: Fri, 4 Jan 2013 05:21:30 +0000 (-0800) Subject: mwifiex: use pci_alloc/free_consistent APIs for PCIe X-Git-Tag: v3.9-rc1~139^2~242^2^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc3314609047daf472b3ffc49f9a1c5608068713;p=pandora-kernel.git 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 Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed