mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 15:15:28 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user