linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rtlwifi: rtl8723be: disable FW control power save
@ 2015-08-07  3:11 AceLan Kao
  2015-08-07 16:33 ` Larry Finger
  0 siblings, 1 reply; 9+ messages in thread
From: AceLan Kao @ 2015-08-07  3:11 UTC (permalink / raw)
  To: Larry Finger, Chaoming Li, linux-wireless

There are many rtl8723be wifi unstable issues that wifi lost connection
after working for a while. The wifi signal and status it's show connected
also ifconfig have IP but can not connect to internet and filed to ping 8.8.8.8
The problem should result from the power saving controlled by firmware.
I'd suggest to disable it by default and re-enable it after firmware fixes
this issue.

BTW. the firmware I tested from linux-firmware git tree is
rtlwifi/rtl8723befw.bin
be225d6 Update firmware for rtl8723be

Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
---
 drivers/net/wireless/rtlwifi/rtl8723be/sw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/rtlwifi/rtl8723be/sw.c b/drivers/net/wireless/rtlwifi/rtl8723be/sw.c
index 1017f02..02fe2cc 100644
--- a/drivers/net/wireless/rtlwifi/rtl8723be/sw.c
+++ b/drivers/net/wireless/rtlwifi/rtl8723be/sw.c
@@ -266,7 +266,7 @@ static struct rtl_mod_params rtl8723be_mod_params = {
 	.sw_crypto = false,
 	.inactiveps = true,
 	.swctrl_lps = false,
-	.fwctrl_lps = true,
+	.fwctrl_lps = false,
 };
 
 static struct rtl_hal_cfg rtl8723be_hal_cfg = {
-- 
2.1.4


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

end of thread, other threads:[~2015-08-17  1:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07  3:11 [PATCH] rtlwifi: rtl8723be: disable FW control power save AceLan Kao
2015-08-07 16:33 ` Larry Finger
2015-08-10  3:38   ` AceLan Kao
2015-08-10  4:19     ` James Cameron
2015-08-10 10:47       ` Kai Heng Feng
2015-08-10 12:01         ` James Cameron
2015-08-11  1:45           ` Kai Heng Feng
2015-08-12  1:17             ` AceLan Kao
2015-08-17  1:16               ` AceLan Kao

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).