Commit c7f647d9 authored by Felix Fietkau's avatar Felix Fietkau

mt76: remove aggr_work field from struct mt76_wcid

It is unused
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent b4124a5b
......@@ -191,8 +191,6 @@ DECLARE_EWMA(signal, 10, 8);
struct mt76_wcid {
struct mt76_rx_tid __rcu *aggr[IEEE80211_NUM_TIDS];
struct work_struct aggr_work;
unsigned long flags;
struct ewma_signal rssi;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment