aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel.h
diff options
context:
space:
mode:
authorArnd Hannemann <hannemann@nets.rwth-aachen.de>2009-08-21 16:11:30 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-08-28 14:40:34 -0400
commit1c4e9ab3f1cc458306b3b910000371ba4f71c4d2 (patch)
tree9105bee016cefa3922b3941ef3d294aa6859bef4 /net/mac80211/rc80211_minstrel.h
parentmac80211: remove tasklet enable/disable (diff)
downloadlinux-dev-1c4e9ab3f1cc458306b3b910000371ba4f71c4d2.tar.xz
linux-dev-1c4e9ab3f1cc458306b3b910000371ba4f71c4d2.zip
mac80211: Remove unnused throughput field from minstrel_rate.
I noticed that the throughput field of the minstrel_rate struct is never used, so remove it. Signed-off-by: Arnd Hannemann <hannemann@nets.rwth-aachen.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/rc80211_minstrel.h')
-rw-r--r--net/mac80211/rc80211_minstrel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/rc80211_minstrel.h b/net/mac80211/rc80211_minstrel.h
index 869fe0ef951d..38bf4168fc3a 100644
--- a/net/mac80211/rc80211_minstrel.h
+++ b/net/mac80211/rc80211_minstrel.h
@@ -33,7 +33,6 @@ struct minstrel_rate {
/* per-rate throughput */
u32 cur_tp;
- u32 throughput;
u64 succ_hist;
u64 att_hist;