Skip to content

Commit

Permalink
Revert "rtlwifi: rtl8188ee: enable MSI interrupts mode"
Browse files Browse the repository at this point in the history
This reverts commit 2a54eb5
("rtlwifi: rtl8188ee: enable MSI interrupts mode").

94010fa ("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>
  • Loading branch information
Adam Lee authored and John W. Linville committed Apr 30, 2014
1 parent 7c3c20a commit 4a79e9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/wireless/rtlwifi/rtl8188ee/sw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4a79e9a

Please sign in to comment.