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

Commit 05554076 authored by Shwetha G K's avatar Shwetha G K Committed by Madan Koyyalamudi
Browse files

qcacmn: Update the cfr_metadata_len of cfr header

Update the cfr_metadata_len of cfr header

Change-Id: I85f0d4c1637b93608cebb77d6e8ea41b3d1cb713
parent 107d6a50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019-2020 The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2021 The Linux Foundation. All rights reserved.
 *
 * Permission to use, copy, modify, and/or distribute this software for
 * any purpose with or without fee is hereby granted, provided that the
@@ -424,7 +424,7 @@ void ucfg_cfr_capture_data(struct wlan_objmgr_psoc *psoc, uint32_t vdev_id,
	hdr->cfr_data_version       = CFR_DATA_VERSION_1;
	hdr->chip_type              = CFR_CAPTURE_RADIO_ADRASTEA;
	hdr->pltform_type           = CFR_PLATFORM_TYPE_ARM;
	hdr->Reserved               = 0;
	hdr->cfr_metadata_len       = sizeof(struct cfr_metadata_version_1);

	vaddr = pcfr->cfr_mem_chunk.vaddr;
	rindex = (u32 *)vaddr;