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:

committed by
Madan Koyyalamudi

parent
96a3c195c2
commit
28ed233c3c
@@ -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)))
|
||||
|
Reference in New Issue
Block a user