Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c4e9ab3 authored by Arnd Hannemann's avatar Arnd Hannemann Committed by John W. Linville
Browse files

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: default avatarArnd Hannemann <hannemann@nets.rwth-aachen.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent ea77f12f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ struct minstrel_rate {

	/* per-rate throughput */
	u32 cur_tp;
	u32 throughput;

	u64 succ_hist;
	u64 att_hist;