qcacmn: Increase the number of OFDMA user to 37

Increase the maximum allowed OFDMA users to 37
from previously set 8, in cases where more than
8 clients are connected and the PPDU has information
for multiple users like in Trigger frames.

Change-Id: I6b0b9092674514c831694457fc71e68fee512e1f
This commit is contained in:
Rhythm Patwa
2019-03-14 17:18:34 -07:00
committed by nshrivas
parent 778ebe552a
commit 803446edba

View File

@@ -88,7 +88,7 @@
(((_tid) == 4) || ((_tid) == 5)) ? WME_AC_VI : \ (((_tid) == 4) || ((_tid) == 5)) ? WME_AC_VI : \
WME_AC_VO) WME_AC_VO)
#define CDP_MU_MAX_USERS 8 #define CDP_MU_MAX_USERS 37
#define CDP_MU_MAX_USER_INDEX (CDP_MU_MAX_USERS - 1) #define CDP_MU_MAX_USER_INDEX (CDP_MU_MAX_USERS - 1)
#define CDP_INVALID_PEER 0xffff #define CDP_INVALID_PEER 0xffff
#define CDP_INVALID_TID 31 #define CDP_INVALID_TID 31