]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: fix SDIO firmware dump problem
authorAmitkumar Karwar <akarwar@marvell.com>
Tue, 26 May 2015 13:34:27 +0000 (06:34 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 2 Jun 2015 20:15:53 +0000 (23:15 +0300)
commit5d50f20f51adaff4e365edafc1e4d2c041565011
treee27ea16b8974245aba6976a360ff30ca9ba12d77
parent740b0fb5b96dc41a2e6895b51c6e401efbd838e9
mwifiex: fix SDIO firmware dump problem

It's been observed that firmware doesn't go back to normal
state when all firmware memories are dumped. As a result,
further commands are blocked. This happens due to missing
driver change of writing READ DONE to control register for
SDIO interface.

This patch adds a missing change to fix the problem.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/sdio.c