There are some inconsistencies observed while filling various peer tx stats in tx_stats debugfs entry per sta. This patchset fixes the wrong updation of NSS, SGI, Bandwidth and rate_table in tx_stats debugfs entry per sta. Changes from v1: -Initialized the uninitialized variable flags in [Patch 3/4] Surabhi Vishnoi (4): ath10k: Fix the incorrect updation of NSS data in tx stats ath10k: Fix the wrong updation of BW in tx_stats debugfs entry ath10k: Fix the wrong updation of SGI in tx_stats debugfs ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_stats drivers/net/wireless/ath/ath10k/debugfs_sta.c | 7 ++++--- drivers/net/wireless/ath/ath10k/htt_rx.c | 26 ++++++++++++++------------ drivers/net/wireless/ath/ath10k/wmi.h | 3 ++- 3 files changed, 20 insertions(+), 16 deletions(-) -- 1.9.1