소스 검색

qcacmn: Increase Max HW mode number

Increase Max HW mode Number to 3 for
dual dbs mode hw.

Change-Id: I7cf37f854027470cd1decdccc5bd2cd5919ac486
CRs-Fixed: 2340756
Liangwei Dong 6 년 전
부모
커밋
a903e9330a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      umac/cmn_services/inc/wlan_cmn.h

+ 1 - 1
umac/cmn_services/inc/wlan_cmn.h

@@ -591,7 +591,7 @@ struct wlan_ssid {
 #define PSOC_HOST_MAX_NUM_SS (8)
 #define PSOC_HOST_MAX_NUM_SS (8)
 #define PSOC_HOST_MAX_PHY_SIZE (3)
 #define PSOC_HOST_MAX_PHY_SIZE (3)
 #define PSOC_HOST_MAX_MAC_SIZE (2)
 #define PSOC_HOST_MAX_MAC_SIZE (2)
-#define PSOC_MAX_HW_MODE (2)
+#define PSOC_MAX_HW_MODE (3)
 #define PSOC_MAX_MAC_PHY_CAP (5)
 #define PSOC_MAX_MAC_PHY_CAP (5)
 #define PSOC_MAX_PHY_REG_CAP (3)
 #define PSOC_MAX_PHY_REG_CAP (3)
 #define PSOC_MAX_CHAINMASK_TABLES (5)
 #define PSOC_MAX_CHAINMASK_TABLES (5)