[PATCH] mwifiex: fix interrupt processing corner case in MSI mode

2016-07-01 Thread Amitkumar Karwar
From: Shengzhen Li As interrupt is read in interrupt handler as well as interrupt processing thread, we observed a corner case issue for MSI in which interrupt gets processed twice. This patch moves interrupt reading code for MSI mode from mwifiex_interrupt_status() to mwifiex_pcie_process_int()

Re: mwifiex: fix interrupt processing corner case in MSI mode

2016-07-08 Thread Kalle Valo
ode for MSI mode from > mwifiex_interrupt_status() to mwifiex_pcie_process_int() to avoid the > issue. > > Signed-off-by: Shengzhen Li > Signed-off-by: Amitkumar Karwar Thanks, 1 patch applied to wireless-drivers-next.git: 5781fc29dbbd mwifiex: fix interrupt processing corner case