From 8dd73a8c1cd6e79d41a0474a98004e8daba50f04 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 18 Mar 2021 09:00:17 +0100 Subject: [PATCH] ipq807x: disable coldboot of q6 core This was causing sporadic issues where the q6 did not reboot into proper runstate post coldboot calibration. Signed-off-by: John Crispin --- .../mac80211/patches/pending/211-coldboot.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 feeds/wifi-ax/mac80211/patches/pending/211-coldboot.patch diff --git a/feeds/wifi-ax/mac80211/patches/pending/211-coldboot.patch b/feeds/wifi-ax/mac80211/patches/pending/211-coldboot.patch new file mode 100644 index 000000000..7c162e1f9 --- /dev/null +++ b/feeds/wifi-ax/mac80211/patches/pending/211-coldboot.patch @@ -0,0 +1,13 @@ +Index: backports-20200902_001-4.4.60-931c337125/drivers/net/wireless/ath/ath11k/qmi.c +=================================================================== +--- backports-20200902_001-4.4.60-931c337125.orig/drivers/net/wireless/ath/ath11k/qmi.c ++++ backports-20200902_001-4.4.60-931c337125/drivers/net/wireless/ath/ath11k/qmi.c +@@ -16,7 +16,7 @@ + #define HOST_CSTATE_BIT 0x04 + + /* set the default max assoc sta to max supported by driver */ +-bool enable_cold_boot_cal = 1; ++bool enable_cold_boot_cal = 0; + EXPORT_SYMBOL(enable_cold_boot_cal); + module_param(enable_cold_boot_cal, bool, 0644); + MODULE_PARM_DESC(enable_cold_boot_cal, "cold boot calibration enable:1 disable:0");