提交 1c4e9ab3 编写于 作者: A Arnd Hannemann 提交者: John W. Linville

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: NArnd Hannemann <hannemann@nets.rwth-aachen.de>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 ea77f12f
...@@ -33,7 +33,6 @@ struct minstrel_rate { ...@@ -33,7 +33,6 @@ struct minstrel_rate {
/* per-rate throughput */ /* per-rate throughput */
u32 cur_tp; u32 cur_tp;
u32 throughput;
u64 succ_hist; u64 succ_hist;
u64 att_hist; u64 att_hist;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册