mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-20 19:03:39 +00:00
14 lines
688 B
Diff
14 lines
688 B
Diff
Index: backports-20220822-5.4.213-ef7197996efe/drivers/net/wireless/ath/ath12k/qmi.c
|
|
===================================================================
|
|
--- backports-20220822-5.4.213-ef7197996efe.orig/drivers/net/wireless/ath/ath12k/qmi.c
|
|
+++ backports-20220822-5.4.213-ef7197996efe/drivers/net/wireless/ath/ath12k/qmi.c
|
|
@@ -24,7 +24,7 @@
|
|
#define PLATFORM_CAP_PCIE_GLOBAL_RESET 0x08
|
|
#define ATH12K_QMI_MAX_CHUNK_SIZE 2097152
|
|
|
|
-bool ath12k_cold_boot_cal = 1;
|
|
+bool ath12k_cold_boot_cal = 0;
|
|
module_param_named(cold_boot_cal, ath12k_cold_boot_cal, bool, 0644);
|
|
MODULE_PARM_DESC(cold_boot_cal,
|
|
"Decrease the channel switch time but increase the driver load time (Default: true)");
|