On 2015-02-13 15:57, Thomas Huehn wrote:
> This patch adds a new debugfs file "rc_stats_csv" to output Minstrels
> statistics in a common csv format that is easy to parse.
>
> Signed-off-by: Thomas Huehn <[email protected]>
> Signed-off-by: Stefan Venz <[email protected]>
> ---
> net/mac80211/rc80211_minstrel.h | 6 +-
> net/mac80211/rc80211_minstrel_debugfs.c | 95
> ++++++++++++++++++++++++++----
> net/mac80211/rc80211_minstrel_ht_debugfs.c | 2 +-
> 3 files changed, 88 insertions(+), 15 deletions(-)
>
> diff --git a/net/mac80211/rc80211_minstrel_ht_debugfs.c
> b/net/mac80211/rc80211_minstrel_ht_debugfs.c
> index 7fc690f..b300513 100644
> --- a/net/mac80211/rc80211_minstrel_ht_debugfs.c
> +++ b/net/mac80211/rc80211_minstrel_ht_debugfs.c
> @@ -112,7 +112,7 @@ minstrel_ht_stats_open(struct inode *inode, struct file
> *file)
>
> if (!msp->is_ht) {
> inode->i_private = &msp->legacy;
> - ret = minstrel_stats_open(inode, file);
> + ret = minstrel_stats_csv_open(inode, file);
That does not look right to me.
- Felix
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html