From fef604ff998210ae3920f8b00f86d73826539ded Mon Sep 17 00:00:00 2001 From: Rhythm Patwa Date: Mon, 9 Apr 2018 14:59:15 -0700 Subject: [PATCH] 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 --- hal/wifi3.0/hal_api_mon.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hal/wifi3.0/hal_api_mon.h b/hal/wifi3.0/hal_api_mon.h index a3003fa4f9..6b4802709b 100644 --- a/hal/wifi3.0/hal_api_mon.h +++ b/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);