Browse Source

qcacld-3.0: Configure CFG_PCIE_CONFIG INI

Configure PCIE Gen Speed and Lane width INI based on the
MCS, BW and TXRX throughput using traffic monitor.

Change-Id: Ie899033dfe54dea1533b47b895bda52deb12d0e9
CRs-Fixed: 3532028
Aravind Kishore Sukla 1 year ago
parent
commit
7537b591b0
1 changed files with 4 additions and 2 deletions
  1. 4 2
      components/fw_offload/dispatcher/inc/cfg_fwol_generic.h

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

@@ -935,12 +935,14 @@
  * <ini>
  * pcie_config - Ini to control pcie gen and lane params
  * @Min: 0
- * @Max: 1
+ * @Max: 3
  * @Default: 0
  *
  * This ini is used to control to pcie gen and lane params
  * 0 - FW controlled
  * 1 - Force PCIe Gen and lane to max supported value
+ * 2 - Configure PCIE Gen and Lane based on MCS and BW
+ * 3 - Configure PCIE Gen and Lane based on TXRX tput using traffic monitor
  *
  * Related: g_enable_pci_gen
  *
@@ -953,7 +955,7 @@
 #define CFG_PCIE_CONFIG CFG_INI_UINT( \
 				"pcie_config", \
 				0, \
-				1, \
+				3, \
 				0, \
 				CFG_VALUE_OR_DEFAULT, \
 				"to control pcie gen and lane")