Browse Source

qcacmn: Multi gain table support in waikiki AoA

Add multigain table support on Waikiki AoA feature

CRs-Fixed: 3560018
Change-Id: Ibd397bdaa603b49d3743f9f3fdd1329369b2eb09
Shwetha G K 1 year ago
parent
commit
871160dafe
1 changed files with 4 additions and 0 deletions
  1. 4 0
      umac/cmn_services/inc/wlan_cmn.h

+ 4 - 0
umac/cmn_services/inc/wlan_cmn.h

@@ -723,6 +723,10 @@ struct wlan_ssid {
 #define PSOC_MAX_PHY_REG_CAP (3)
 #define PSOC_MAX_CHAINMASK_TABLES (5)
 
+#ifdef WLAN_RCC_ENHANCED_AOA_SUPPORT
+#define PSOC_MAX_NUM_AGC_GAIN_TBLS 8
+#endif
+
 #ifdef WLAN_FEATURE_11BE
 #define PSOC_HOST_MAX_EHT_MAC_SIZE 1
 #define PSOC_HOST_MAX_EHT_PHY_SIZE 3