|
@@ -33,7 +33,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Mon Oct 23 14:35:45 2017 from the following file(s):
|
|
|
+ * Mon Oct 23 14:40:30 2017 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -6584,7 +6584,8 @@ uint32_t dot11f_unpack_ie_he_cap(tpAniSirGlobal pCtx,
|
|
|
pDst->sr_responder = tmp77__ >> 3 & 0x1;
|
|
|
pDst->ndp_feedback_supp = tmp77__ >> 4 & 0x1;
|
|
|
pDst->ops_supp = tmp77__ >> 5 & 0x1;
|
|
|
- pDst->reserved1 = tmp77__ >> 6 & 0x3;
|
|
|
+ pDst->amsdu_in_ampdu = tmp77__ >> 6 & 0x1;
|
|
|
+ pDst->reserved1 = tmp77__ >> 7 & 0x1;
|
|
|
framesntohl(pCtx, &tmp78__, pBuf, 0);
|
|
|
pBuf += 4;
|
|
|
ielen -= 4;
|
|
@@ -6600,7 +6601,7 @@ uint32_t dot11f_unpack_ie_he_cap(tpAniSirGlobal pCtx,
|
|
|
pDst->device_class = tmp78__ >> 12 & 0x1;
|
|
|
pDst->ldpc_coding = tmp78__ >> 13 & 0x1;
|
|
|
pDst->he_1x_ltf_800_gi_ppdu = tmp78__ >> 14 & 0x1;
|
|
|
- pDst->reserved = tmp78__ >> 15 & 0x3;
|
|
|
+ pDst->midamble_rx_max_nsts = tmp78__ >> 15 & 0x3;
|
|
|
pDst->he_4x_ltf_3200_gi_ndp = tmp78__ >> 17 & 0x1;
|
|
|
pDst->stbc_lt_80mhz = tmp78__ >> 18 & 0x3;
|
|
|
pDst->doppler = tmp78__ >> 20 & 0x3;
|
|
@@ -6635,7 +6636,12 @@ uint32_t dot11f_unpack_ie_he_cap(tpAniSirGlobal pCtx,
|
|
|
pBuf += 1;
|
|
|
ielen -= 1;
|
|
|
pDst->er_he_ltf_800_gi_4x = tmp80__ >> 0 & 0x1;
|
|
|
- pDst->reserved2 = tmp80__ >> 1 & 0x7f;
|
|
|
+ pDst->he_ppdu_20_in_40Mhz_2G = tmp80__ >> 1 & 0x1;
|
|
|
+ pDst->he_ppdu_20_in_160_80p80Mhz = tmp80__ >> 2 & 0x1;
|
|
|
+ pDst->he_ppdu_80_in_160_80p80Mhz = tmp80__ >> 3 & 0x1;
|
|
|
+ pDst->er_1x_he_ltf_gi = tmp80__ >> 4 & 0x1;
|
|
|
+ pDst->midamble_rx_1x_he_ltf = tmp80__ >> 5 & 0x1;
|
|
|
+ pDst->reserved2 = tmp80__ >> 6 & 0x3;
|
|
|
framesntohs(pCtx, &pDst->rx_he_mcs_map_lt_80, pBuf, 0);
|
|
|
pBuf += 2;
|
|
|
ielen -= (uint8_t)2;
|
|
@@ -23362,7 +23368,8 @@ uint32_t dot11f_pack_ie_he_cap(tpAniSirGlobal pCtx,
|
|
|
tmp169__ |= (pSrc->sr_responder << 3);
|
|
|
tmp169__ |= (pSrc->ndp_feedback_supp << 4);
|
|
|
tmp169__ |= (pSrc->ops_supp << 5);
|
|
|
- tmp169__ |= (pSrc->reserved1 << 6);
|
|
|
+ tmp169__ |= (pSrc->amsdu_in_ampdu << 6);
|
|
|
+ tmp169__ |= (pSrc->reserved1 << 7);
|
|
|
*pBuf = tmp169__;
|
|
|
*pnConsumed += 1;
|
|
|
pBuf += 1;
|
|
@@ -23380,7 +23387,7 @@ uint32_t dot11f_pack_ie_he_cap(tpAniSirGlobal pCtx,
|
|
|
tmp170__ |= (pSrc->device_class << 12);
|
|
|
tmp170__ |= (pSrc->ldpc_coding << 13);
|
|
|
tmp170__ |= (pSrc->he_1x_ltf_800_gi_ppdu << 14);
|
|
|
- tmp170__ |= (pSrc->reserved << 15);
|
|
|
+ tmp170__ |= (pSrc->midamble_rx_max_nsts << 15);
|
|
|
tmp170__ |= (pSrc->he_4x_ltf_3200_gi_ndp << 17);
|
|
|
tmp170__ |= (pSrc->stbc_lt_80mhz << 18);
|
|
|
tmp170__ |= (pSrc->doppler << 20);
|
|
@@ -23419,7 +23426,12 @@ uint32_t dot11f_pack_ie_he_cap(tpAniSirGlobal pCtx,
|
|
|
nBuf -= 4 ;
|
|
|
tmp172__ = 0U;
|
|
|
tmp172__ |= (pSrc->er_he_ltf_800_gi_4x << 0);
|
|
|
- tmp172__ |= (pSrc->reserved2 << 1);
|
|
|
+ tmp172__ |= (pSrc->he_ppdu_20_in_40Mhz_2G << 1);
|
|
|
+ tmp172__ |= (pSrc->he_ppdu_20_in_160_80p80Mhz << 2);
|
|
|
+ tmp172__ |= (pSrc->he_ppdu_80_in_160_80p80Mhz << 3);
|
|
|
+ tmp172__ |= (pSrc->er_1x_he_ltf_gi << 4);
|
|
|
+ tmp172__ |= (pSrc->midamble_rx_1x_he_ltf << 5);
|
|
|
+ tmp172__ |= (pSrc->reserved2 << 6);
|
|
|
*pBuf = tmp172__;
|
|
|
*pnConsumed += 1;
|
|
|
pBuf += 1;
|