Skip to content

Commit

Permalink
rtlwifi: rtl8192se: Synchronize IRQ after disabling it
Browse files Browse the repository at this point in the history
As suggested by Mike McCormack <mikem@ring3k.org> for rtl8192ce, make sure any IRQ
handlers running on other CPUs complete.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Larry Finger authored and John W. Linville committed Jun 1, 2011
1 parent 5111dd3 commit 049436b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/rtlwifi/rtl8192se/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}


Expand Down

0 comments on commit 049436b

Please sign in to comment.