This patch series adds several improvements to the readability, the output format of rc_stats and the calculated statistics of Minstrel and Minstrel-HT. Variable names got more consistent and functions got unified between both rate control algorithms. Greetings Thomas --- Changes in v2: - fix define MACRO from CPTCFG_* into CONFIG_* - change standard deviation symbol sigma into "sd" Changes in v3: - fix coding style of return value parts - move tp_max calculation into tp_avg function in Minstrel-HT - reorder function changes to make patch series consistent (thx to Felix Fietkau for his review & comments) Changes in v4: - move tp_max calculation into tp_avg function in legacy Minstrel - remove unused function declaration (thx to Felix Fietkau for his review & comments) [PATCH v4 01/10] mac80211: enhance readability of Minstrels rc_stats [PATCH v4 02/10] mac80211: enhance readability of Minstrel-HTs [PATCH v4 03/10] mac80211: add new Minstrel statistic output via csv [PATCH v4 04/10] mac80211: add new Minstrel-HT statistic output via [PATCH v4 05/10] mac80211: unify Minstrel & Minstrel-HTs calculation [PATCH v4 06/10] mac80211: improve Minstrel variable & function [PATCH v4 07/10] mac80211: restructure per-rate throughput [PATCH v4 08/10] mac80211: add max lossless throughput per rate [PATCH v4 09/10] mac80211: reduce calculation costs of EWMA [PATCH v4 10/10] mac80211: add standard deviation to Minstrel stats -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html