qcacmn: Fix issue to correctly populate HT MCS rates

Fix the issue where the MCS rates for HT were repopulated
causing the MCS rates to be decoded incorrectly.

Change-Id: I73efac79d853b6f8af966aec57e70ad645418528
CRs-fixed: 2206784
This commit is contained in:
Rhythm Patwa
2018-04-09 14:59:15 -07:00
committed by nshrivas
parent 81515d46c8
commit fef604ff99

View File

@@ -540,8 +540,6 @@ hal_rx_status_get_tlv_info(void *rx_tlv, struct hal_rx_ppdu_info *ppdu_info)
ppdu_info->rx_status.ast_index = ppdu_info->rx_status.ast_index =
HAL_RX_GET(rx_tlv, RX_PPDU_END_USER_STATS_4, HAL_RX_GET(rx_tlv, RX_PPDU_END_USER_STATS_4,
AST_INDEX); AST_INDEX);
ppdu_info->rx_status.mcs =
HAL_RX_GET(rx_tlv, RX_PPDU_END_USER_STATS_1, MCS);
tid = HAL_RX_GET(rx_tlv, RX_PPDU_END_USER_STATS_12, tid = HAL_RX_GET(rx_tlv, RX_PPDU_END_USER_STATS_12,
RECEIVED_QOS_DATA_TID_BITMAP); RECEIVED_QOS_DATA_TID_BITMAP);