]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
mac80211: Remove unnused throughput field from minstrel_rate.
authorArnd Hannemann <hannemann@nets.rwth-aachen.de>
Fri, 21 Aug 2009 14:11:30 +0000 (16:11 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 28 Aug 2009 18:40:34 +0000 (14:40 -0400)
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>
net/mac80211/rc80211_minstrel.h

index 869fe0ef951d176a6bf3b5592a3d6e9191a9e8b8..38bf4168fc3ae1fe8b5d113218f5016066d34c09 100644 (file)
@@ -33,7 +33,6 @@ struct minstrel_rate {
 
        /* per-rate throughput */
        u32 cur_tp;
-       u32 throughput;
 
        u64 succ_hist;
        u64 att_hist;