Skip to content

Commit

Permalink
rtlwifi: btcoexist: Fix interference between rtl8723be and Bluetooth
Browse files Browse the repository at this point in the history
During usage of the new Bluetooth driver for Realtek devices, it was found
that BT scans were inhibited for the RTL8723BE when wireless was active. The
exact cause of this interference is not known yet, but a satisfactory work
around has been found that does not seem to have any visible side effects.

Signed-off-by: Daniel Drake <drake@endlessm.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Shao Fu <shaofu@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
  • Loading branch information
Daniel Drake authored and Kalle Valo committed May 26, 2015
1 parent fe0a483 commit 111c610
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b2ant.c
Original file line number Diff line number Diff line change
Expand Up @@ -1286,8 +1286,11 @@ static void btc8723b2ant_ps_tdma(struct btc_coexist *btcoexist, bool force_exec,
0x12, 0xe1, 0x90);
break;
case 3:
btc8723b2ant_set_fw_ps_tdma(btcoexist, 0xe3, 0x1c,
0x3, 0xf1, 0x90);
/* This call breaks BT when wireless is active -
* comment it out for now until a better fix is found:
* btc8723b2ant_set_fw_ps_tdma(btcoexist, 0xe3, 0x1c,
* 0x3, 0xf1, 0x90);
*/
break;
case 4:
btc8723b2ant_set_fw_ps_tdma(btcoexist, 0xe3, 0x10,
Expand Down

0 comments on commit 111c610

Please sign in to comment.