qcacmn: Populate mcs & gI parameters to cfr_info
Populate mcs rate & gI type parameters to cfr_info CRs-Fixed: 2966865 Change-Id: Id9cc720a12d2aa3840620bde97fa44ede66d86c6
这个提交包含在:
@@ -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
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户