projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c50d105
)
mt76: mt7615: remove mtxq->agg_ssn assignment
author
Felix Fietkau
<nbd@nbd.name>
Tue, 28 Jul 2020 18:48:42 +0000
(20:48 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 24 Sep 2020 16:10:14 +0000
(18:10 +0200)
It is not used anywhere for this driver
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7615/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mediatek/mt76/mt7615/main.c
b/drivers/net/wireless/mediatek/mt76/mt7615/main.c
index
9972853
..
bdade41
100644
(file)
--- a/
drivers/net/wireless/mediatek/mt76/mt7615/main.c
+++ b/
drivers/net/wireless/mediatek/mt76/mt7615/main.c
@@
-818,7
+818,6
@@
mt7615_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
case IEEE80211_AMPDU_TX_START:
ssn = mt7615_mac_get_sta_tid_sn(dev, msta->wcid.idx, tid);
params->ssn = ssn;
- mtxq->agg_ssn = IEEE80211_SN_TO_SEQ(ssn);
ret = IEEE80211_AMPDU_TX_START_IMMEDIATE;
break;
case IEEE80211_AMPDU_TX_STOP_CONT: