commit | cc37d8efd2ba3a4cf395a727935f920c00b6f1a2 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Tue Jan 24 19:05:45 2017 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sat Jan 28 09:10:04 2017 +0200 |
tree | 43131ae631b12d93cc23465bcb2912318e4c104e | |
parent | 3e66849865edca1d04c9c6227b9153e9bdbdaec0 [diff] |
mwifiex: use pci_dma_sync_single* APIs On some platforms, driver is unable read sleep cookie signature even if firmware has written it through DMA. The problem is fixed by using pci_dma_sync_single* APIs while reading DMA buffer shared with firmware. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>