qcacmn: Increase the number of pcie slots supported

With some new platforms planned, 5 pcie slots have to be
supported by the wlan driver.

Increase WLAN_CFG_MAX_PCIE_GROUPS to 5 to make sure wlan
probe is successful even when the wlan card is attached
to the last pcie slot.

Change-Id: Iab040a26e58b9d95321c29f88f87b7923198b7dd
CRs-Fixed: 3390735
This commit is contained in:
Wade Song
2023-01-20 15:51:11 +08:00
committed by Madan Koyyalamudi
父節點 3f0f055b82
當前提交 ff002128c9

查看文件

@@ -177,7 +177,7 @@ char *legacy_ic_irqname[] = {
* use TargetCPU warm reset * instead of SOC_GLOBAL_RESET
*/
#define CPU_WARM_RESET_WAR
#define WLAN_CFG_MAX_PCIE_GROUPS 4
#define WLAN_CFG_MAX_PCIE_GROUPS 5
#ifdef QCA_WIFI_QCN9224
#define WLAN_CFG_MAX_CE_COUNT 16
#else