public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
From: Felix Fietkau <nbd@nbd.name>
To: linux-wireless@vger.kernel.org
Subject: [PATCH 5/8] mt76: mt7615: remove mtxq->agg_ssn assignment
Date: Wed, 12 Aug 2020 12:28:28 +0200	[thread overview]
Message-ID: <20200812102831.11991-5-nbd@nbd.name> (raw)
In-Reply-To: <20200812102831.11991-1-nbd@nbd.name>

It is not used anywhere for this driver

Signed-off-by: Felix Fietkau <nbd@nbd.name>
---
 drivers/net/wireless/mediatek/mt76/mt7615/main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/main.c b/drivers/net/wireless/mediatek/mt76/mt7615/main.c
index 9972853f4a29..bdade416934c 100644
--- 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:
-- 
2.28.0


  parent reply	other threads:[~2020-08-12 10:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-12 10:28 [PATCH 1/8] mt76: mt7915: clean up station stats polling and rate control update Felix Fietkau
2020-08-12 10:28 ` [PATCH 2/8] mt76: mt7915: increase tx retry count Felix Fietkau
2020-08-12 10:28 ` [PATCH 3/8] mt76: mt7915: enable offloading of sequence number assignment Felix Fietkau
2020-08-12 10:28 ` [PATCH 4/8] mt76: move mt76_check_agg_ssn to driver tx_prepare calls Felix Fietkau
2020-08-12 10:28 ` Felix Fietkau [this message]
2020-08-12 10:28 ` [PATCH 6/8] mt76: mt7915: simplify aggregation session check Felix Fietkau
2020-08-12 10:28 ` [PATCH 7/8] mt76: mt7915: add missing flags in WMM parameter settings Felix Fietkau
2020-08-12 10:28 ` [PATCH 8/8] mt76: mt7915: add Tx A-MSDU offloading support Felix Fietkau
2020-08-13  7:55   ` [PATCH v2 " Felix Fietkau
2020-08-22 19:14     ` [PATCH v3] " Felix Fietkau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200812102831.11991-5-nbd@nbd.name \
    --to=nbd@nbd.name \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox