qcacmn: Update the metadata version for Waikiki

Update meta data version of Waikiki as it supports AOA
phase delta extraction now.

CRs-Fixed: 3462217
Change-Id: I909802417125ecafaf4d14466c349f0ed9b45fd2
This commit is contained in:
Shwetha G K
2023-04-11 10:46:56 +05:30
committed by Madan Koyyalamudi
parent c75e7910c9
commit ebdd12b6a9

View File

@@ -220,10 +220,10 @@ 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_QCN9160))
(target_type == TARGET_TYPE_QCN9160) ||
(target_type == TARGET_TYPE_QCN9224))
hdr->cmn.cfr_metadata_version = CFR_META_VERSION_9;
else if (target_type == TARGET_TYPE_QCN9224 ||
target_type == TARGET_TYPE_QCA5332 ||
else if (target_type == TARGET_TYPE_QCA5332 ||
target_type == TARGET_TYPE_QCA6490 ||
target_type == TARGET_TYPE_QCA6750 ||
target_type == TARGET_TYPE_KIWI ||