mwifiex: reset interrupt status across device reset
authorBrian Norris <briannorris@chromium.org>
Tue, 25 Jul 2017 01:13:18 +0000 (18:13 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 28 Jul 2017 14:47:45 +0000 (17:47 +0300)
commit4b1f5a0d2eeb988d3e77dce7210e3ad3136b0912
tree5fc61f702a09adef3c281f3df490e59598476875
parentb6658b66d8a6eaaf216382c19d016116931a0f63
mwifiex: reset interrupt status across device reset

When resetting the device, we might have queued up interrupts that
didn't get a chance to finish processing. We really don't need to handle
them at this point; we just want to make sure they don't cause us to try
to process old commands from before the device was reset.

Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/main.c