qca-wifi: data rate set incorrectly due to corrupted mcs

delete redefinition of mcs from rx_user_status and keep mcs
derived from preamble which came from rts.

Change-Id: I5323d7944abd474a82d34b812caac1290168ea94
This commit is contained in:
Ruben Columbus
2020-05-07 11:29:32 -07:00
gecommit door Gerrit - the friendly Code Review server
bovenliggende 34f026196d
commit f344193a21

Bestand weergeven

@@ -5251,7 +5251,6 @@ QDF_STATUS dp_send_cts_frame_to_stack(struct dp_soc *soc,
set_mpdu_info(&tx_capture_info,
&ppdu_info->rx_status, rx_user_status);
tx_capture_info.mpdu_info.mcs = rx_user_status->mcs;
/* ppdu_desc is not required for legacy frames */
tx_capture_info.ppdu_desc = NULL;