|
@@ -25,7 +25,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Wed Jun 1 12:12:18 2022 from the following file(s):
|
|
|
+ * Wed Jun 1 12:17:12 2022 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -8665,7 +8665,8 @@ uint32_t dot11f_unpack_ie_eht_cap(tpAniSirGlobal pCtx,
|
|
|
pDst->restricted_twt = tmp78__ >> 4 & 0x1;
|
|
|
pDst->scs_traffic_desc = tmp78__ >> 5 & 0x1;
|
|
|
pDst->max_mpdu_len = tmp78__ >> 6 & 0x3;
|
|
|
- pDst->reserved = tmp78__ >> 8 & 0xff;
|
|
|
+ pDst->max_a_mpdu_len_exponent_ext = tmp78__ >> 8 & 0x1;
|
|
|
+ pDst->reserved = tmp78__ >> 9 & 0x7f;
|
|
|
if (unlikely(ielen < 4)) {
|
|
|
pDst->present = 0;
|
|
|
return DOT11F_INCOMPLETE_IE;
|
|
@@ -28309,7 +28310,8 @@ uint32_t dot11f_pack_ie_eht_cap(tpAniSirGlobal pCtx,
|
|
|
tmp195__ |= (pSrc->restricted_twt << 4);
|
|
|
tmp195__ |= (pSrc->scs_traffic_desc << 5);
|
|
|
tmp195__ |= (pSrc->max_mpdu_len << 6);
|
|
|
- tmp195__ |= (pSrc->reserved << 8);
|
|
|
+ tmp195__ |= (pSrc->max_a_mpdu_len_exponent_ext << 8);
|
|
|
+ tmp195__ |= (pSrc->reserved << 9);
|
|
|
if (unlikely(nBuf < 2))
|
|
|
return DOT11F_INCOMPLETE_IE;
|
|
|
|