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

Commit eab989ad authored by jianil's avatar jianil Committed by Hridaya Prajapati
Browse files

qcacld-3.0: Fix compile error of mdie

Fix compile error of mdie[SIR_MDIE_SIZE], use
mdie[] instead.

Change-Id: I934d3f02a19b511583141deeca7af5b4d4c0ef30
CRs-Fixed: 3364146
parent 735887ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5911,7 +5911,7 @@ QDF_STATUS populate_dot11f_rrm_ie(struct mac_context *mac,

void populate_mdie(struct mac_context *mac,
		   tDot11fIEMobilityDomain *pDot11f,
		   uint8_t mdie[SIR_MDIE_SIZE])
		   uint8_t mdie[])
{
	pDot11f->present = 1;
	pDot11f->MDID = (uint16_t) ((mdie[1] << 8) | (mdie[0]));