Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb3d7f39 authored by Dharmendra Tiwari's avatar Dharmendra Tiwari Committed by Michael Bestas
Browse files

qcacld-3.0: Correcting the TSInfo structure size according to the Spec

According to spec the TSinfo size should be 4 bytes.

To fix this issue,TSInfo size is increased to 4bytes aligning with the
current standard.

CRs-Fixed: 3910625
Change-Id: I7979fa84af0295d21d4afe1b876af494a5b8fed8
parent 99190609
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -367,7 +367,7 @@ FF SMPowerModeSet (1) //7.3.1.25
     }
}

FF TSInfo (3)                             // 7.3.2.30
FF TSInfo (4)                             // 7.3.2.30
{
    {
        traffic_type:    1;
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
 *
 *
 * This file was automatically generated by 'framesc'
 * Wed Sep 29 13:23:21 2021 from the following file(s):
 * Tue Sep  3 23:04:38 2024 from the following file(s):
 *
 * dot11f.frms
 *
@@ -441,7 +441,7 @@ typedef struct sDot11fFfTSInfo {
	uint32_t          unused:15;
} tDot11fFfTSInfo;

#define DOT11F_FF_TSINFO_LEN (3)
#define DOT11F_FF_TSINFO_LEN (4)

void dot11f_unpack_ff_ts_info(tpAniSirGlobal, uint8_t *, tDot11fFfTSInfo *);

+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
 *
 *
 * This file was automatically generated by 'framesc'
 * Wed Sep 29 13:23:21 2021 from the following file(s):
 * Tue Sep  3 23:04:38 2024 from the following file(s):
 *
 * dot11f.frms
 *
@@ -16338,7 +16338,7 @@ uint32_t dot11f_get_packed_del_ts_size(tpAniSirGlobal pCtx,
	tDot11fDelTS *pFrm, uint32_t *pnNeeded)
{
	uint32_t status = 0;
	*pnNeeded = 7;
	*pnNeeded = 8;
	status = get_packed_size_core(pCtx, (uint8_t *)pFrm, pnNeeded,
				      IES_DelTS);
	return status;