qcacmn: Rename leg_cfr_metadata to legacy_cfr_metadata
Change the naming convention of the leg_cfr_metadata to legacy_cfr_metadata Change-Id: I059bcec1075e0e49350c2eb12990ec33a59cc1fd CRs-Fixed: 2997916
This commit is contained in:

committed by
Madan Koyyalamudi

parent
1ad426e648
commit
43a0ba24ca
@@ -439,7 +439,7 @@ void ucfg_cfr_capture_data(struct wlan_objmgr_psoc *psoc, uint32_t vdev_id,
|
||||
* find data pointer from mem index and start address of memory.
|
||||
*/
|
||||
payload = vaddr + mem_index;
|
||||
payload_len = hdr->u.meta_leg.length;
|
||||
payload_len = hdr->u.meta_legacy.length;
|
||||
|
||||
/* Write data into streamfs */
|
||||
tgt_cfr_info_send(pdev, hdr, sizeof(struct csi_cfr_header),
|
||||
|
Reference in New Issue
Block a user