From 07a8796acb22b7a8c046ec8ec98189734e0900db Mon Sep 17 00:00:00 2001 From: YenLin Pan Date: Tue, 15 Jul 2025 16:21:12 +0800 Subject: [PATCH] qca-wifi-7: zyxel_nwa130be - fine tune thermal setting Signed-off-by: YenLin Pan --- .../ath12k/0001-thermal-thermal-setting.patch | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/feeds/qca-wifi-7/mac80211/patches-zyxel_nwa130be/ath12k/0001-thermal-thermal-setting.patch b/feeds/qca-wifi-7/mac80211/patches-zyxel_nwa130be/ath12k/0001-thermal-thermal-setting.patch index 49520dba6..3d87b386f 100644 --- a/feeds/qca-wifi-7/mac80211/patches-zyxel_nwa130be/ath12k/0001-thermal-thermal-setting.patch +++ b/feeds/qca-wifi-7/mac80211/patches-zyxel_nwa130be/ath12k/0001-thermal-thermal-setting.patch @@ -1,6 +1,6 @@ -From f117d369cecadedefd2eb1467d52e9df76c14dc6 Mon Sep 17 00:00:00 2001 +From 5f22b2d262ba44ecd0b05b32c6eee6161460718f Mon Sep 17 00:00:00 2001 From: YenLin Pan -Date: Wed, 9 Jul 2025 14:46:13 +0800 +Date: Tue, 15 Jul 2025 16:18:48 +0800 Subject: [PATCH] thermal: thermal setting lv0 -100 -hi0 105 -off0 0 @@ -10,14 +10,14 @@ lv3 105 -hi3 120 -off3 100 Signed-off-by: YenLin Pan --- - drivers/net/wireless/ath/ath12k/thermal.h | 24 +++++++++++------------ - 1 file changed, 12 insertions(+), 12 deletions(-) + drivers/net/wireless/ath/ath12k/thermal.h | 30 +++++++++++------------ + 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/net/wireless/ath/ath12k/thermal.h b/drivers/net/wireless/ath/ath12k/thermal.h -index 5c91906..dae4488 100644 +index 5c91906..2334901 100644 --- a/drivers/net/wireless/ath/ath12k/thermal.h +++ b/drivers/net/wireless/ath/ath12k/thermal.h -@@ -13,28 +13,28 @@ +@@ -13,34 +13,34 @@ /* Below temperatures are in celsius */ #define ATH12K_THERMAL_LVL0_TEMP_LOW_MARK -100 @@ -58,6 +58,15 @@ index 5c91906..dae4488 100644 #define ATH12K_THERMAL_LVL3_DUTY_CYCLE 100 #define ATH12K_THERMAL_LVL0_V2_DUTY_CYCLE ATH12K_THERMAL_LVL0_DUTY_CYCLE +-#define ATH12K_THERMAL_LVL1_V2_DUTY_CYCLE ATH12K_THERMAL_LVL0_DUTY_CYCLE +-#define ATH12K_THERMAL_LVL2_V2_DUTY_CYCLE ATH12K_THERMAL_LVL1_DUTY_CYCLE +-#define ATH12K_THERMAL_LVL3_V2_DUTY_CYCLE ATH12K_THERMAL_LVL2_DUTY_CYCLE ++#define ATH12K_THERMAL_LVL1_V2_DUTY_CYCLE ATH12K_THERMAL_LVL1_DUTY_CYCLE ++#define ATH12K_THERMAL_LVL2_V2_DUTY_CYCLE ATH12K_THERMAL_LVL2_DUTY_CYCLE ++#define ATH12K_THERMAL_LVL3_V2_DUTY_CYCLE ATH12K_THERMAL_LVL3_DUTY_CYCLE + #define ATH12K_THERMAL_LVL4_V2_DUTY_CYCLE ATH12K_THERMAL_LVL3_DUTY_CYCLE + + #define THERMAL_CONFIG_POUT0 0 -- 2.34.1