1
0

902-ath11k-Disable-coldboot-calibration-for-IPQ8074.patch 872 B

123456789101112131415161718192021222324
  1. From dd3b9c59cfa1e9e0b73a575f4646be905691eaef Mon Sep 17 00:00:00 2001
  2. From: Robert Marko <robimarko@gmail.com>
  3. Date: Sat, 16 Oct 2021 19:34:10 +0200
  4. Subject: [PATCH 241/241] ath11k: Disable coldboot calibration for IPQ8074
  5. There is a bug with the remoteproc reset after coldboot calibration,
  6. so until that is resolved disabled it to allow using the radio.
  7. Signed-off-by: Robert Marko <robimarko@gmail.com>
  8. ---
  9. drivers/net/wireless/ath/ath11k/core.c | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. --- a/drivers/net/wireless/ath/ath11k/core.c
  12. +++ b/drivers/net/wireless/ath/ath11k/core.c
  13. @@ -86,7 +86,7 @@ static const struct ath11k_hw_params ath
  14. .supports_shadow_regs = false,
  15. .idle_ps = false,
  16. .supports_sta_ps = false,
  17. - .cold_boot_calib = true,
  18. + .cold_boot_calib = false,
  19. .cbcal_restart_fw = true,
  20. .fw_mem_mode = 0,
  21. .num_vdevs = 16 + 1,