diff options
| author | Maharaja Kennadyrajan | 2019-02-27 12:24:42 +0100 |
|---|---|---|
| committer | Kalle Valo | 2019-05-07 15:37:26 +0200 |
| commit | 473a4084e19e3fe4ad11ff7bdb7552d0b41cd6f1 (patch) | |
| tree | 3f4574e1281af11ef9d9e9dd88a0ece3a9b0edd7 /drivers/net/wireless/ath/ath10k/core.h | |
| parent | ath10k: Extended the HTT stats support to retrieve Mu-MIMO related stats (diff) | |
| download | kernel-qcow2-linux-473a4084e19e3fe4ad11ff7bdb7552d0b41cd6f1.tar.gz kernel-qcow2-linux-473a4084e19e3fe4ad11ff7bdb7552d0b41cd6f1.tar.xz kernel-qcow2-linux-473a4084e19e3fe4ad11ff7bdb7552d0b41cd6f1.zip | |
ath10k: Added support to reset HTT stats in debugfs
Reset HTT stats helps to get the aggregated HTT stats via
tracing and also we can clear the accumulated HTT stats with
this debugfs file.
Signed-off-by: Maharaja Kennadyrajan <mkenna@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/core.h')
| -rw-r--r-- | drivers/net/wireless/ath/ath10k/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h index 02e53fb85814..cbb9ff4d1707 100644 --- a/drivers/net/wireless/ath/ath10k/core.h +++ b/drivers/net/wireless/ath/ath10k/core.h @@ -622,6 +622,7 @@ struct ath10k_debug { bool fw_stats_done; unsigned long htt_stats_mask; + unsigned long reset_htt_stats; struct delayed_work htt_stats_dwork; struct ath10k_dfs_stats dfs_stats; struct ath_dfs_pool_stats dfs_pool_stats; |
