From 1635db121311cd3bbb0e8ae5c360661d63fe9174 Mon Sep 17 00:00:00 2001 From: Will Huang Date: Thu, 11 May 2023 10:19:13 +0800 Subject: [PATCH] qcacld-3.0: Add back four SAP concurrency pcl rules The four SAP concurrency pcl table is deleted by change: I494e7a8d6ecc0a550027ff7f64de5deb11b987a9, it is still needed for MDM platform, otherwise the 4th SAP will be rejected by policy manager. Add back original four SAP concurrency pcl rules. Change-Id: Ib80c58f114f494a2c66fc15286b1a434d577dd26 CRs-Fixed: 3490580 --- .../policy_mgr/src/wlan_policy_mgr_tables_2x2_dbs_i.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/cmn_services/policy_mgr/src/wlan_policy_mgr_tables_2x2_dbs_i.h b/components/cmn_services/policy_mgr/src/wlan_policy_mgr_tables_2x2_dbs_i.h index 44a5e4f9e3..dca6f35b7d 100644 --- a/components/cmn_services/policy_mgr/src/wlan_policy_mgr_tables_2x2_dbs_i.h +++ b/components/cmn_services/policy_mgr/src/wlan_policy_mgr_tables_2x2_dbs_i.h @@ -1983,6 +1983,11 @@ fourth_connection_pcl_dbs_sbs_table [PM_NDI_MODE] = { PM_5G, PM_5G, PM_5G } }, [PM_NAN_DISC_24_STA_24_STA_5_DBS] = { [PM_NDI_MODE] = { PM_5G, PM_5G, PM_5G } }, +#else + [PM_SAP_SAP_SCC_24_SAP_5_DBS] = { + [PM_SAP_MODE] = { PM_5G, PM_5G, PM_5G } }, + [PM_SAP_SAP_SCC_5_SAP_24_DBS] = { + [PM_SAP_MODE] = { PM_24G, PM_24G, PM_24G } }, #endif [PM_24_SCC_MCC_PLUS_5_DBS] = { [PM_STA_MODE] = { PM_SCC_ON_5_CH_5G, PM_SCC_ON_5_CH_5G,