Browse Source

cnss2: Increase the value of dev power on retry factor

Based on the results of some stress tests under very low
temperature, such as -40degC, the AON voltage on some of the
devices can take more than 1.5s to reach zero. And under
such circumstances, wlan device probe can fail if cnss2 turns
on wlan power supply too fast.

To avoid wlan probe failure, increase the value of wlan power
on retry factor to 4 so cnss2 can wait up to 2s during extreme
conditions before probing the device again.

Change-Id: Id56bb4687b30ec214cda05d3ee388b3e5c468ab8
Wade Song 2 years ago
parent
commit
c08c79e658
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cnss2/main.h

+ 1 - 1
cnss2/main.h

@@ -55,7 +55,7 @@
 #define CNSS_RAMDUMP_VERSION		0
 #define MAX_FIRMWARE_NAME_LEN		40
 #define FW_V2_NUMBER                    2
-#define POWER_ON_RETRY_MAX_TIMES        3
+#define POWER_ON_RETRY_MAX_TIMES        4
 #define POWER_ON_RETRY_DELAY_MS         500
 #define WLFW_MAX_HANG_EVENT_DATA_SIZE   384