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:
@@ -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 =
|
||||
HAL_RX_GET(rx_tlv, RX_PPDU_END_USER_STATS_4,
|
||||
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,
|
||||
RECEIVED_QOS_DATA_TID_BITMAP);
|
||||
|
Reference in New Issue
Block a user