mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-17 03:11:22 +00:00
wifi: ath11k: disable coldboot calibration for ipq5018 and qcn6122
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 <george.moussalem@outlook.com> Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
3fb4c3a7a0
commit
d4adc99526
@ -0,0 +1,27 @@
|
||||
From b2d16b688ce04b67f2033f90f49f4add7ebd3fe8 Mon Sep 17 00:00:00 2001
|
||||
From: George Moussalem <george.moussalem@outlook.com>
|
||||
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 <george.moussalem@outlook.com>
|
||||
---
|
||||
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
|
||||
@@ -674,8 +674,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,
|
||||
@ -71,8 +71,8 @@ Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
||||
+ .rx_mac_buf_ring = false,
|
||||
+ .vdev_start_delay = false,
|
||||
+ .htt_peer_map_v2 = true,
|
||||
+ .coldboot_cal_mm = true,
|
||||
+ .coldboot_cal_ftm = true,
|
||||
+ .coldboot_cal_mm = false,
|
||||
+ .coldboot_cal_ftm = false,
|
||||
+ .cbcal_restart_fw = true,
|
||||
+ .fix_l1ss = true,
|
||||
+ .alloc_cacheable_memory = true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user