diff mbox series

rtw88: 8723de: adjust the LTR setting

Message ID 20210113014342.3615-1-pkshih@realtek.com
State New
Headers show
Series rtw88: 8723de: adjust the LTR setting | expand

Commit Message

Ping-Ke Shih Jan. 13, 2021, 1:43 a.m. UTC
From: Chin-Yen Lee <timlee@realtek.com>

The LTR mechanism enables PCIE Endpoints to report the service latency
requirements and CPU will enter appropriate sleep state to save power
based on the LTR value.

8723de provides two registers to config the LTR, and the original setting
is too short for CPU to ente sleep state. The patch adjust the LTR setting.

Signed-off-by: Chin-Yen Lee <timlee@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
---
 drivers/net/wireless/realtek/rtw88/rtw8723d.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Kalle Valo Jan. 25, 2021, 2:41 p.m. UTC | #1
Ping-Ke Shih <pkshih@realtek.com> wrote:

> From: Chin-Yen Lee <timlee@realtek.com>

> 

> The LTR mechanism enables PCIE Endpoints to report the service latency

> requirements and CPU will enter appropriate sleep state to save power

> based on the LTR value.

> 

> 8723de provides two registers to config the LTR, and the original setting

> is too short for CPU to ente sleep state. The patch adjust the LTR setting.

> 

> Signed-off-by: Chin-Yen Lee <timlee@realtek.com>

> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>


Patch applied to wireless-drivers-next.git, thanks.

6598f32d9dfe rtw88: 8723de: adjust the LTR setting

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20210113014342.3615-1-pkshih@realtek.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
diff mbox series

Patch

diff --git a/drivers/net/wireless/realtek/rtw88/rtw8723d.c b/drivers/net/wireless/realtek/rtw88/rtw8723d.c
index 9268ea8b6dda..3fdbaf7302c5 100644
--- a/drivers/net/wireless/realtek/rtw88/rtw8723d.c
+++ b/drivers/net/wireless/realtek/rtw88/rtw8723d.c
@@ -60,8 +60,8 @@  static const struct rtw_hw_reg rtw8723d_txagc[] = {
 #define WLAN_MAX_AGG_NR		0x0A
 #define WLAN_AMPDU_MAX_TIME	0x1C
 #define WLAN_ANT_SEL		0x82
-#define WLAN_LTR_IDLE_LAT	0x883C883C
-#define WLAN_LTR_ACT_LAT	0x880B880B
+#define WLAN_LTR_IDLE_LAT	0x90039003
+#define WLAN_LTR_ACT_LAT	0x883c883c
 #define WLAN_LTR_CTRL1		0xCB004010
 #define WLAN_LTR_CTRL2		0x01233425