mac80211: ath11k: sync with ath-next
[openwrt/staging/mans0n.git] / package / kernel / mac80211 / patches / ath11k / 902-ath11k-Disable-coldboot-calibration-for-IPQ8074.patch
index 5454fa75e4c62d681fc6c15e3eda0884d4a3b008..cff62eea908ec52ce14259906f689aab8f48c4d2 100644 (file)
@@ -8,17 +8,19 @@ so until that is resolved disabled it to allow using the radio.
 
 Signed-off-by: Robert Marko <robimarko@gmail.com>
 ---
- drivers/net/wireless/ath/ath11k/core.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ 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
-@@ -86,7 +86,7 @@ static const struct ath11k_hw_params ath
+@@ -86,8 +86,8 @@ static const struct ath11k_hw_params ath
                .supports_shadow_regs = false,
                .idle_ps = false,
                .supports_sta_ps = false,
--              .cold_boot_calib = true,
-+              .cold_boot_calib = 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,