aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel.h
diff options
context:
space:
mode:
authorThomas Huehn <thomas@net.t-labs.tu-berlin.de>2013-03-04 17:30:03 -0500
committerJohannes Berg <johannes.berg@intel.com>2013-03-06 10:36:08 -0500
commit8f15761197c73e1968777e4b4d968ab0fba2cb74 (patch)
treefbc4072aa6e30a49801b57865f21cc6ede73bee5 /net/mac80211/rc80211_minstrel.h
parentc8ca8c2f933a516b5f4586d7dc6055b72107f246 (diff)
mac80211: add documentation and verbose variable names in
Add documentation and more verbose variable names to minstrel's multi-rate-retry setup within function minstrel_get_rate() to increase the readability of the algorithm. Acked-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/rc80211_minstrel.h')
-rw-r--r--net/mac80211/rc80211_minstrel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rc80211_minstrel.h b/net/mac80211/rc80211_minstrel.h
index fda4a6154c87..5fb5cb81d0da 100644
--- a/net/mac80211/rc80211_minstrel.h
+++ b/net/mac80211/rc80211_minstrel.h
@@ -69,7 +69,7 @@ struct minstrel_sta_info {
69 unsigned int sample_count; 69 unsigned int sample_count;
70 int sample_deferred; 70 int sample_deferred;
71 71
72 unsigned int sample_idx; 72 unsigned int sample_row;
73 unsigned int sample_column; 73 unsigned int sample_column;
74 74
75 int n_rates; 75 int n_rates;