Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 049436b9 authored by Larry Finger's avatar Larry Finger Committed by John W. Linville
Browse files

rtlwifi: rtl8192se: Synchronize IRQ after disabling it



As suggested by Mike McCormack <mikem@ring3k.org> for rtl8192ce, make sure any IRQ
handlers running on other CPUs complete.

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5111dd3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1226,6 +1226,7 @@ void rtl92se_disable_interrupt(struct ieee80211_hw *hw)
	rtl_write_dword(rtlpriv, INTA_MASK + 4, 0);

	rtlpci->irq_enabled = false;
	synchronize_irq(rtlpci->pdev->irq);
}