2009-08-21 14:13:38

by Arnd Hannemann

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
net/mac80211/rc80211_minstrel.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/net/mac80211/rc80211_minstrel.h b/net/mac80211/rc80211_minstrel.h
index 869fe0e..38bf416 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;
--
1.5.4