mt76: remove aggr_work field from struct mt76_wcid
It is unused Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
b4124a5b1a
commit
c7f647d9bd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue