Searched hist:"3 e66849865edca1d04c9c6227b9153e9bdbdaec0" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | pcie.h | diff 3e66849865edca1d04c9c6227b9153e9bdbdaec0 Tue Jan 24 14:35:44 CET 2017 Amitkumar Karwar <akarwar@marvell.com> mwifiex: mwifiex_unmap_pci_memory() handling for sleep confirm
Sleep confirm is a special command for which "adapter->cur_cmd" pointer is not set. When it's response is received, host writes SLEEP confirm done to a register. Firmware will perform DMA for writing sleep cookie signature on same buffer after this.
Let's not immediately call mwifiex_unmap_pci_memory() for this special command. Unmapping will be done when firmware completes writing sleep cookie signature.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | pcie.c | diff 3e66849865edca1d04c9c6227b9153e9bdbdaec0 Tue Jan 24 14:35:44 CET 2017 Amitkumar Karwar <akarwar@marvell.com> mwifiex: mwifiex_unmap_pci_memory() handling for sleep confirm
Sleep confirm is a special command for which "adapter->cur_cmd" pointer is not set. When it's response is received, host writes SLEEP confirm done to a register. Firmware will perform DMA for writing sleep cookie signature on same buffer after this.
Let's not immediately call mwifiex_unmap_pci_memory() for this special command. Unmapping will be done when firmware completes writing sleep cookie signature.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|