qcacmn: Populate mcs & gI parameters to cfr_info

Populate mcs rate & gI type parameters to cfr_info

CRs-Fixed: 2966865

Change-Id: Id9cc720a12d2aa3840620bde97fa44ede66d86c6
这个提交包含在:
Shwetha G K
2021-06-10 19:00:58 +05:30
提交者 Madan Koyyalamudi
父节点 ea1b24f9e5
当前提交 403d510e5e
修改 3 个文件,包含 62 行新增1 行删除

查看文件

@@ -589,6 +589,16 @@ void hal_rx_get_rtt_info_8074v2(void *rx_tlv,
HAL_RX_GET(rx_tlv,
PHYRX_PKT_END_4_RX_PKT_END_DETAILS,
PHY_TIMESTAMP_2_UPPER_32);
ppdu_info->cfr_info.mcs_rate =
HAL_RX_GET(rx_tlv,
PHYRX_PKT_END_8_RX_PKT_END_DETAILS_RX_LOCATION_INFO_DETAILS,
RTT_MCS_RATE);
ppdu_info->cfr_info.gi_type =
HAL_RX_GET(rx_tlv,
PHYRX_PKT_END_8_RX_PKT_END_DETAILS_RX_LOCATION_INFO_DETAILS,
RTT_GI_TYPE);
}
#endif