projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4124a5
)
mt76: remove aggr_work field from struct mt76_wcid
author
Felix Fietkau
<nbd@nbd.name>
Sun, 15 Sep 2019 16:43:14 +0000
(18:43 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 20 Nov 2019 12:23:47 +0000
(13:23 +0100)
It is unused
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt76.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mediatek/mt76/mt76.h
b/drivers/net/wireless/mediatek/mt76/mt76.h
index
8aec7cc
..
09544a4
100644
(file)
--- a/
drivers/net/wireless/mediatek/mt76/mt76.h
+++ b/
drivers/net/wireless/mediatek/mt76/mt76.h
@@
-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;