Explorar el Código

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
Rhythm Patwa hace 6 años
padre
commit
803446edba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dp/inc/cdp_txrx_cmn_struct.h

+ 1 - 1
dp/inc/cdp_txrx_cmn_struct.h

@@ -88,7 +88,7 @@
 		(((_tid) == 4) || ((_tid) == 5)) ? WME_AC_VI : \
 		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_INVALID_PEER 0xffff
 #define CDP_INVALID_TID	 31