linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH NEXT] rtlwifi: btcoexist: Fix interference between rtl8723be and Bluetooth
@ 2015-05-11 19:00 Larry Finger
  2015-05-26 10:49 ` [NEXT] rtlwifi: btcoexist: Fix interference between rtl8723be andBluetooth Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2015-05-11 19:00 UTC (permalink / raw)
  To: kvalo, netdev; +Cc: linux-wireless, Daniel Drake, Larry Finger, Shao Fu

From: Daniel Drake <drake@endlessm.com>

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>
---
 drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b2ant.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b2ant.c b/drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b2ant.c
index cefe269..f2b9d11 100644
--- a/drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b2ant.c
+++ b/drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b2ant.c
@@ -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,
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [NEXT] rtlwifi: btcoexist: Fix interference between rtl8723be andBluetooth
  2015-05-11 19:00 [PATCH NEXT] rtlwifi: btcoexist: Fix interference between rtl8723be and Bluetooth Larry Finger
@ 2015-05-26 10:49 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2015-05-26 10:49 UTC (permalink / raw)
  To: Larry Finger; +Cc: netdev, linux-wireless, Daniel Drake, Larry Finger, Shao Fu


> From: Daniel Drake <drake@endlessm.com>
> 
> 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>

Thanks, applied to wireless-drivers-next.git.

Kalle Valo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-26 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-11 19:00 [PATCH NEXT] rtlwifi: btcoexist: Fix interference between rtl8723be and Bluetooth Larry Finger
2015-05-26 10:49 ` [NEXT] rtlwifi: btcoexist: Fix interference between rtl8723be andBluetooth Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).