commit | e7f767a7d9f809c494bfffffeda2bbdbfec110b4 | [log] [tgz] |
---|---|---|
author | Avinash Patil <patila@marvell.com> | Thu Jan 03 21:21:32 2013 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jan 07 15:18:30 2013 -0500 |
tree | 1f1e96d6d2c430b1cb841b5cefbd69133c28f7ce | |
parent | fbd7e7ac6db3db8bccf3210d23b5a2a66471c538 [diff] |
mwifiex: use map/unmap APIs in TX and RX to reduce memcpy This patch is an enhacement to mwifiex_pcie driver to use map/unmap PCI memory APIs. This reduces one memcpy each in TX path and RX path, and enhances throughput. 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>