qcacmn: Populate additional params to CFR info for QCA6490

HAL changes to populate agc gain, CFO, rx_start_ts, mcs_rate and
gi_type to CFR info for QCA6490.

Change-Id: I6f6f47c87d40bd661162f764fb3a360230a56457
CRs-Fixed: 3086667
This commit is contained in:
Wu Gao
2021-12-02 18:17:16 +08:00
committed by Madan Koyyalamudi
parent 96a3c195c2
commit 28ed233c3c
2 changed files with 42 additions and 1 deletions

View File

@@ -255,7 +255,8 @@ void target_if_cfr_fill_header(struct csi_cfr_header *hdr,
hdr->cmn.chip_type = CFR_CAPTURE_RADIO_ALDER;
} else {
if (target_type == TARGET_TYPE_QCN9000 ||
target_type == TARGET_TYPE_QCN9224)
target_type == TARGET_TYPE_QCN9224 ||
target_type == TARGET_TYPE_QCA6490)
hdr->cmn.cfr_metadata_version = CFR_META_VERSION_7;
else if ((target_type == TARGET_TYPE_QCA6018) ||
((target_type == TARGET_TYPE_QCA5018) && (!is_rcc)))