Revert "rtlwifi: rtl8188ee: enable MSI interrupts mode"
This reverts commit2a54eb5e14
("rtlwifi: rtl8188ee: enable MSI interrupts mode").94010fa0dd
("rtlwifi: add MSI interrupts mode support") introduced MSI interrupts mode support, which seemed safe enough with RTL8188EE and RTL8723BE as RealTek's testing results, but some users reported their RTL8188EE modules could not connect to any wireless network after the MSI mode was enabled by Ubuntu 14.04. So, let's fallback to pin-based mode until rtlwifi's MSI support get good compatibility. BugLink: https://bugs.launchpad.net/bugs/1310512 Signed-off-by: Adam Lee <adam.lee@canonical.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
7c3c20a38c
commit
4a79e9ac8b
|
@ -93,7 +93,6 @@ int rtl88e_init_sw_vars(struct ieee80211_hw *hw)
|
|||
u8 tid;
|
||||
|
||||
rtl8188ee_bt_reg_init(hw);
|
||||
rtlpci->msi_support = true;
|
||||
|
||||
rtlpriv->dm.dm_initialgain_enable = 1;
|
||||
rtlpriv->dm.dm_flag = 0;
|
||||
|
|
Loading…
Reference in New Issue