mac80211: ath11k: reordered the patches 906 and 907 and refreshed, no functional...
authorAgustin Lorenzo <[email protected]>
Sun, 12 Oct 2025 23:54:38 +0000 (01:54 +0200)
committerHauke Mehrtens <[email protected]>
Sun, 19 Oct 2025 22:23:15 +0000 (00:23 +0200)
Remove leading 0 from filename.

Signed-off-by: Agustin Lorenzo <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20395
Signed-off-by: Hauke Mehrtens <[email protected]>
package/kernel/mac80211/patches/ath11k/0906-wifi-ath11k-disable-coldboot-for-ipq6018.patch [deleted file]
package/kernel/mac80211/patches/ath11k/0907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch [deleted file]
package/kernel/mac80211/patches/ath11k/906-wifi-ath11k-disable-coldboot-for-ipq6018.patch [new file with mode: 0644]
package/kernel/mac80211/patches/ath11k/907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch [new file with mode: 0644]

diff --git a/package/kernel/mac80211/patches/ath11k/0906-wifi-ath11k-disable-coldboot-for-ipq6018.patch b/package/kernel/mac80211/patches/ath11k/0906-wifi-ath11k-disable-coldboot-for-ipq6018.patch
deleted file mode 100644 (file)
index 132f535..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From a3be23672b4a81256d275af31afc6edcce5c5a26 Mon Sep 17 00:00:00 2001
-From: Mantas Pucka <[email protected]>
-Date: Mon, 22 Jan 2024 11:38:28 +0200
-Subject: [PATCH] wifi: ath11k: disable coldboot for ipq6018
-
-Coldboot calibration does not work at the moment and causes failure during
-wifi startup.
-
-Signed-off-by: Mantas Pucka <[email protected]>
----
- drivers/net/wireless/ath/ath11k/core.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/drivers/net/wireless/ath/ath11k/core.c
-+++ b/drivers/net/wireless/ath/ath11k/core.c
-@@ -171,8 +171,8 @@ static const struct ath11k_hw_params ath
-               .supports_shadow_regs = false,
-               .idle_ps = false,
-               .supports_sta_ps = false,
--              .coldboot_cal_mm = true,
--              .coldboot_cal_ftm = true,
-+              .coldboot_cal_mm = false,
-+              .coldboot_cal_ftm = false,
-               .cbcal_restart_fw = true,
-               .fw_mem_mode = 0,
-               .num_vdevs = 16 + 1,
diff --git a/package/kernel/mac80211/patches/ath11k/0907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch b/package/kernel/mac80211/patches/ath11k/0907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch
deleted file mode 100644 (file)
index 597d6aa..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-From b2d16b688ce04b67f2033f90f49f4add7ebd3fe8 Mon Sep 17 00:00:00 2001
-From: George Moussalem <[email protected]>
-Date: Tue, 10 Jun 2025 14:34:37 +0400
-Subject: [PATCH] wifi: ath11k: disable coldboot calibration for ipq5018
-
-Coldboot calibration does not work causes the firmware to crash during
-wifi startup. So let's disable coldboot calibration until a solution is
-found.
-
-Signed-off-by: George Moussalem <[email protected]>
----
- drivers/net/wireless/ath/ath11k/core.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/drivers/net/wireless/ath/ath11k/core.c
-+++ b/drivers/net/wireless/ath/ath11k/core.c
-@@ -698,8 +698,8 @@ static const struct ath11k_hw_params ath
-               .supports_suspend = false,
-               .hal_params = &ath11k_hw_hal_params_ipq8074,
-               .single_pdev_only = false,
--              .coldboot_cal_mm = true,
--              .coldboot_cal_ftm = true,
-+              .coldboot_cal_mm = false,
-+              .coldboot_cal_ftm = false,
-               .cbcal_restart_fw = true,
-               .fix_l1ss = true,
-               .supports_dynamic_smps_6ghz = false,
diff --git a/package/kernel/mac80211/patches/ath11k/906-wifi-ath11k-disable-coldboot-for-ipq6018.patch b/package/kernel/mac80211/patches/ath11k/906-wifi-ath11k-disable-coldboot-for-ipq6018.patch
new file mode 100644 (file)
index 0000000..d98d24a
--- /dev/null
@@ -0,0 +1,26 @@
+From a3be23672b4a81256d275af31afc6edcce5c5a26 Mon Sep 17 00:00:00 2001
+From: Mantas Pucka <[email protected]>
+Date: Mon, 22 Jan 2024 11:38:28 +0200
+Subject: [PATCH] wifi: ath11k: disable coldboot for ipq6018
+
+Coldboot calibration does not work at the moment and causes failure during
+wifi startup.
+
+Signed-off-by: Mantas Pucka <[email protected]>
+---
+ drivers/net/wireless/ath/ath11k/core.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- a/drivers/net/wireless/ath/ath11k/core.c
++++ b/drivers/net/wireless/ath/ath11k/core.c
+@@ -171,8 +171,8 @@ static struct ath11k_hw_params ath11k_hw
+               .supports_shadow_regs = false,
+               .idle_ps = false,
+               .supports_sta_ps = false,
+-              .coldboot_cal_mm = true,
+-              .coldboot_cal_ftm = true,
++              .coldboot_cal_mm = false,
++              .coldboot_cal_ftm = false,
+               .cbcal_restart_fw = true,
+               .fw_mem_mode = 0,
+               .num_vdevs = 16 + 1,
diff --git a/package/kernel/mac80211/patches/ath11k/907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch b/package/kernel/mac80211/patches/ath11k/907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch
new file mode 100644 (file)
index 0000000..ab8e517
--- /dev/null
@@ -0,0 +1,27 @@
+From b2d16b688ce04b67f2033f90f49f4add7ebd3fe8 Mon Sep 17 00:00:00 2001
+From: George Moussalem <[email protected]>
+Date: Tue, 10 Jun 2025 14:34:37 +0400
+Subject: [PATCH] wifi: ath11k: disable coldboot calibration for ipq5018
+
+Coldboot calibration does not work causes the firmware to crash during
+wifi startup. So let's disable coldboot calibration until a solution is
+found.
+
+Signed-off-by: George Moussalem <[email protected]>
+---
+ drivers/net/wireless/ath/ath11k/core.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- a/drivers/net/wireless/ath/ath11k/core.c
++++ b/drivers/net/wireless/ath/ath11k/core.c
+@@ -698,8 +698,8 @@ static struct ath11k_hw_params ath11k_hw
+               .supports_suspend = false,
+               .hal_params = &ath11k_hw_hal_params_ipq8074,
+               .single_pdev_only = false,
+-              .coldboot_cal_mm = true,
+-              .coldboot_cal_ftm = true,
++              .coldboot_cal_mm = false,
++              .coldboot_cal_ftm = false,
+               .cbcal_restart_fw = true,
+               .fix_l1ss = true,
+               .supports_dynamic_smps_6ghz = false,