aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel_ht.h
diff options
context:
space:
mode:
authorThomas Huehn <thomas@net.t-labs.tu-berlin.de>2015-03-24 16:09:37 -0400
committerJohannes Berg <johannes.berg@intel.com>2015-04-01 14:44:26 -0400
commit2cae0b6a70d666f8905f0f4bf788e56df1273878 (patch)
treedfebde04aaee939d508fc9f857686a5ca8b2a667 /net/mac80211/rc80211_minstrel_ht.h
parent6d4885177929b1d978babe24d61ece687782c303 (diff)
mac80211: add new Minstrel-HT statistic output via csv
This patch adds a new debugfs file "rc_stats_csv" to output Minstrel-HTs statistics in a common csv format that is easy to parse. Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> Signed-off-by: Stefan Venz <ikstream86@gmail.com> Acked-by: Felix Fietkau <nbd@openwrt.org> [remove printing current time of day] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/rc80211_minstrel_ht.h')
-rw-r--r--net/mac80211/rc80211_minstrel_ht.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/rc80211_minstrel_ht.h b/net/mac80211/rc80211_minstrel_ht.h
index f2217d6aa0c2..3cc30e8f0613 100644
--- a/net/mac80211/rc80211_minstrel_ht.h
+++ b/net/mac80211/rc80211_minstrel_ht.h
@@ -112,6 +112,7 @@ struct minstrel_ht_sta_priv {
112 }; 112 };
113#ifdef CONFIG_MAC80211_DEBUGFS 113#ifdef CONFIG_MAC80211_DEBUGFS
114 struct dentry *dbg_stats; 114 struct dentry *dbg_stats;
115 struct dentry *dbg_stats_csv;
115#endif 116#endif
116 void *ratelist; 117 void *ratelist;
117 void *sample_table; 118 void *sample_table;