Skip to content

Commit

Permalink
rtlwifi: rtl8188ee: enable MSI interrupts mode
Browse files Browse the repository at this point in the history
Some HP notebooks using this rtl8188ee hardware module can't get
AP scan results with pin-based interrupts mode, enabling MSI interrupts
mode could fix it.

As RealTek's testing results, RTL8188EE works well with both MSI mode
and pin-based mode fallback.

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 Mar 31, 2014
1 parent 94010fa commit 2a54eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/rtlwifi/rtl8188ee/sw.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ 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 2a54eb5

Please sign in to comment.