Pārlūkot izejas kodu

qcacld-3.0: Do not assert on reinit failure

Presently, the driver performs device assert on re-init failure after
SSR. This is not desirable as in some cases the reinit failure can be
recovered from.

Change the default value of the INI controlled variable to 0 to avoid
this assert.

Change-Id: I802921e8602e0648cacc4185f550b72ad2b3af66
CRs-Fixed: 2547295
Sourav Mohapatra 5 gadi atpakaļ
vecāks
revīzija
f6fefb873f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      core/hdd/inc/hdd_config.h

+ 1 - 1
core/hdd/inc/hdd_config.h

@@ -188,7 +188,7 @@ enum hdd_dot11_mode {
 			CFG_VALUE_OR_DEFAULT, \
 			"Timer Multiplier")
 
-#define CFG_BUG_ON_REINIT_FAILURE_DEFAULT 1
+#define CFG_BUG_ON_REINIT_FAILURE_DEFAULT 0
 /*
  * <ini>
  * g_bug_on_reinit_failure  - Enable/Disable bug on reinit