mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
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 <john@phrozen.org>
This commit is contained in:
13
feeds/wifi-ax/mac80211/patches/pending/211-coldboot.patch
Normal file
13
feeds/wifi-ax/mac80211/patches/pending/211-coldboot.patch
Normal file
@@ -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");
|
||||
Reference in New Issue
Block a user