|
@@ -1194,6 +1194,7 @@ void rtl92ce_disable_interrupt(struct ieee80211_hw *hw)
|
|
|
rtl_write_dword(rtlpriv, REG_HIMR, IMR8190_DISABLED);
|
|
|
rtl_write_dword(rtlpriv, REG_HIMRE, IMR8190_DISABLED);
|
|
|
rtlpci->irq_enabled = false;
|
|
|
+ synchronize_irq(rtlpci->pdev->irq);
|
|
|
}
|
|
|
|
|
|
static void _rtl92ce_poweroff_adapter(struct ieee80211_hw *hw)
|