Эх сурвалжийг харах

qcacmn: Update the max no.of TPE IE value

Management frames can carry maximum 8 TPE IEs. Update the max no.of
TPE IE value.

Change-Id: If920ea034a5d25b49f4e1a7809e619715aca2afe
CRs-Fixed: 2858228
Kiran Kumar Lokere 4 жил өмнө
parent
commit
71f512e37f

+ 1 - 1
umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h

@@ -158,7 +158,7 @@
 #define WLAN_RM_CAPABILITY_IE_MAX_LEN            5
 #define WLAN_RNR_IE_MIN_LEN                      5
 #define WLAN_TPE_IE_MIN_LEN                      2
-#define WLAN_MAX_NUM_TPE_IE                      2
+#define WLAN_MAX_NUM_TPE_IE                      8
 
 /* Wide band channel switch IE length */
 #define WLAN_WIDE_BW_CHAN_SWITCH_IE_LEN          3