From: Arnd Hannemann Date: Fri, 21 Aug 2009 14:11:30 +0000 (+0200) Subject: mac80211: Remove unnused throughput field from minstrel_rate. X-Git-Tag: v2.6.32-rc1~703^2~275^2~83 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1c4e9ab3f1cc458306b3b910000371ba4f71c4d2;p=karo-tx-linux.git 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 Signed-off-by: John W. Linville --- 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;