ath11k: fix uninitialized rate_idx in ath11k_dp_tx_update_txcompl()
authorWen Gong <quic_wgong@quicinc.com>
Wed, 9 Feb 2022 06:08:16 +0000 (01:08 -0500)
committerKalle Valo <quic_kvalo@quicinc.com>
Mon, 14 Feb 2022 17:45:29 +0000 (19:45 +0200)
commit8c4c567fa291e4805d5116f1333b2ed83877032b
tree17b5f93b0e747e64a4a80600f6d9fed758032477
parent11e41e2929378df945bf50b95409d93059ad4507
ath11k: fix uninitialized rate_idx in ath11k_dp_tx_update_txcompl()

The rate_idx which passed to ath11k_debugfs_sta_add_tx_stats() by
ath11k_dp_tx_update_txcompl() is not initialized, add initialization
for it.

Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03003-QCAHSPSWPL_V1_V2_SILICONZ_LITE-2

Fixes: 1b8bb94c0612 ("ath11k: report tx bitrate for iw wlan station dump")
Signed-off-by: Wen Gong <quic_wgong@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220209060816.423-1-quic_wgong@quicinc.com
drivers/net/wireless/ath/ath11k/dp_tx.c