Browse Source

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
Rhythm Patwa 7 years ago
parent
commit
fef604ff99
1 changed files with 0 additions and 2 deletions
  1. 0 2
      hal/wifi3.0/hal_api_mon.h

+ 0 - 2
hal/wifi3.0/hal_api_mon.h

@@ -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);