From: Lorenzo Bianconi <lorenzo@kernel.org>
To: Shayne Chen <shayne.chen@mediatek.com>
Cc: Felix Fietkau <nbd@nbd.name>, Ryder Lee <ryder.lee@mediatek.com>,
Sean Wang <sean.wang@mediatek.com>,
Johannes Berg <johannes@sipsolutions.net>,
Matthias Brugger <matthias.bgg@gmail.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
linux-wireless@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: [PATCH 20/21] wifi: mt76: mt7996: rework mt7996_ampdu_action to support MLO
Date: Tue, 18 Mar 2025 14:53:56 +0100 [thread overview]
Message-ID: <Z9l69EeSm3ZemucG@lore-desk> (raw)
In-Reply-To: <d584cae48470cf08b1029e0fef1383f92444970b.camel@mediatek.com>
[-- Attachment #1: Type: text/plain, Size: 415 bytes --]
> Hi Lorenzo,
>
> Sorry, please ignore the previous mail.
> I just aware that the deflink is now used as the primary/assoc link, so
> it should work.
>
> Regards,
> Shayne
>
> On Tue, 2025-03-18 at 14:28 +0800, Shayne Chen wrote:
> > Hi Lorenzo,
> >
> > On Wed, 2025-03-12 at 12:14 +0100, Lorenzo Bianconi wrote:
> > >
> >
> > Regards,
> > Shayne
>
ack, no worries.
Regards,
Lorenzo
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2025-03-18 13:59 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-12 11:13 [PATCH 00/21] wifi: mt76: mt7996: second preliminary work to support MLO Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 01/21] wifi: mt76: mt7996: Update mt7996_mcu_add_rate_ctrl to MLO Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 02/21] wifi: mt76: mt7996: Add mt7996_mcu_sta_mld_setup_tlv() and mt7996_mcu_sta_eht_mld_tlv() Lorenzo Bianconi
2025-03-18 8:51 ` Shayne Chen (陳軒丞)
2025-03-18 13:53 ` lorenzo
2025-03-12 11:13 ` [PATCH 03/21] wifi: mt76: mt7996: Add mt7996_mcu_teardown_mld_sta rouine Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 04/21] wifi: mt76: mt7996: rework mt7996_mac_write_txwi() for MLO support Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 05/21] wifi: mt76: mt7996: Rely on wcid_to_sta in mt7996_mac_add_txs_skb() Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 06/21] wifi: mt76: mt7996: rework mt7996_rx_get_wcid to support MLO Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 07/21] wifi: mt76: mt7996: rework mt7996_sta_set_4addr and mt7996_sta_set_decap_offload " Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 08/21] wifi: mt76: mt7996: Add mt7996_sta_link to mt7996_mcu_add_bss_info signature Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 09/21] wifi: mt76: mt7996: rework mt7996_set_hw_key to support MLO Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 10/21] wifi: mt76: mt7996: rework mt7996_sta_hw_queue_read " Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 11/21] wifi: mt76: mt7996: remove mt7996_mac_enable_rtscts() Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 12/21] wifi: mt76: mt7996: rework mt7996_mac_sta_rc_work to support MLO Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 13/21] wifi: mt76: mt7996: rework mt7996_mac_sta_poll " Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 14/21] wifi: mt76: mt7996: rework mt7996_update_mu_group " Lorenzo Bianconi
2025-03-12 11:13 ` [PATCH 15/21] wifi: mt76: mt7996: rework mt7996_net_fill_forward_path " Lorenzo Bianconi
2025-03-12 11:14 ` [PATCH 16/21] wifi: mt76: mt7996: rework mt7996_mcu_add_obss_spr " Lorenzo Bianconi
2025-03-12 11:14 ` [PATCH 17/21] wifi: mt76: mt7996: rework mt7996_mcu_beacon_inband_discov " Lorenzo Bianconi
2025-03-12 11:14 ` [PATCH 18/21] wifi: mt76: mt7996: set vif default link_id adding/removing vif links Lorenzo Bianconi
2025-03-12 11:14 ` [PATCH 19/21] wifi: mt76: mt7996: rework set/get_tsf callabcks to support MLO Lorenzo Bianconi
2025-03-12 11:14 ` [PATCH 20/21] wifi: mt76: mt7996: rework mt7996_ampdu_action " Lorenzo Bianconi
2025-03-18 6:28 ` Shayne Chen
2025-03-18 8:30 ` Shayne Chen
2025-03-18 13:53 ` Lorenzo Bianconi [this message]
2025-03-12 11:14 ` [PATCH 21/21] wifi: mt76: mt7996: Update mt7996_tx to MLO support Lorenzo Bianconi
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=Z9l69EeSm3ZemucG@lore-desk \
--to=lorenzo@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=johannes@sipsolutions.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=nbd@nbd.name \
--cc=ryder.lee@mediatek.com \
--cc=sean.wang@mediatek.com \
--cc=shayne.chen@mediatek.com \
/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