Browse Source

qcacld-3.0: Enable pci gen switch feature by default

Enable pci gen switch feature by default since the ini will not take
effect unless the feature flag is enabled in FW too.

Change-Id: I4170ddc84e994829e1f8144d3a90deddfe71f280
CRs-Fixed: 3162231
Alan Chen 3 years ago
parent
commit
34e8c569ca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/fw_offload/dispatcher/inc/cfg_fwol_generic.h

+ 2 - 2
components/fw_offload/dispatcher/inc/cfg_fwol_generic.h

@@ -874,7 +874,7 @@
 /*
  * <ini>
  * g_enable_pci_gen - To enable pci gen switch
- * @Default: 0
+ * @Default: 1
  *
  * Related: None
  *
@@ -887,7 +887,7 @@
 
 #define CFG_ENABLE_PCI_GEN CFG_INI_BOOL( \
 		"g_enable_pci_gen", \
-		0, \
+		1, \
 		"enable pci gen")
 
 #define CFG_FWOL_GENERIC_ALL \