From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, linux-wireless@vger.kernel.org,
ryder.lee@mediatek.com
Subject: [PATCH v2 0/9] introduce mt76-connac dependency in mt7915 driver
Date: Sun, 19 Dec 2021 18:40:05 +0100 [thread overview]
Message-ID: <cover.1639935477.git.lorenzo@kernel.org> (raw)
Introduce mt76-connac module dependency in the mt7915 driver and remove
duplicated mcu code.
Changes since v1:
- fix sta_rec_wtbl tag len for mt7615/mt7921
- fix broadcast muar_idx in alloc_sta_req for mt7615/mt7921
Lorenzo Bianconi (9):
mt76: connac: fix sta_rec_wtbl tag len
mt76: connac: fix broadcast muar_idx in alloc_sta_req
mt76: mt7915: rely on mt76_connac_mcu_alloc_sta_req
mt76: mt7915: rely on mt76_connac_mcu_alloc_wtbl_req
mt76: mt7915: rely on mt76_connac_mcu_add_tlv routine
mt76: connac: move mt76_connac_mcu_get_cipher in common code
mt76: connac: move mt76_connac_chan_bw in common code
mt76: mt7915: rely on mt76_connac_get_phy utilities
mt76: connac: move mt76_connac_mcu_add_key in connac module
.../net/wireless/mediatek/mt76/mt76_connac.h | 29 ++
.../wireless/mediatek/mt76/mt76_connac_mcu.c | 112 ++++-
.../wireless/mediatek/mt76/mt76_connac_mcu.h | 50 +-
.../net/wireless/mediatek/mt76/mt7915/Kconfig | 2 +-
.../net/wireless/mediatek/mt76/mt7915/main.c | 5 +-
.../net/wireless/mediatek/mt76/mt7915/mcu.c | 441 ++++--------------
.../wireless/mediatek/mt76/mt7915/mt7915.h | 17 +-
.../net/wireless/mediatek/mt76/mt7921/main.c | 9 +-
.../net/wireless/mediatek/mt76/mt7921/mcu.c | 137 +-----
.../wireless/mediatek/mt76/mt7921/mt7921.h | 10 +-
10 files changed, 278 insertions(+), 534 deletions(-)
--
2.33.1
next reply other threads:[~2021-12-19 17:40 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-19 17:40 Lorenzo Bianconi [this message]
2021-12-19 17:40 ` [PATCH v2 1/9] mt76: connac: fix sta_rec_wtbl tag len Lorenzo Bianconi
2021-12-19 17:40 ` [PATCH v2 2/9] mt76: connac: fix broadcast muar_idx in alloc_sta_req Lorenzo Bianconi
2021-12-19 20:50 ` Felix Fietkau
2021-12-19 22:06 ` Felix Fietkau
2021-12-19 17:40 ` [PATCH v2 3/9] mt76: mt7915: rely on mt76_connac_mcu_alloc_sta_req Lorenzo Bianconi
2021-12-19 17:40 ` [PATCH v2 4/9] mt76: mt7915: rely on mt76_connac_mcu_alloc_wtbl_req Lorenzo Bianconi
2021-12-19 17:40 ` [PATCH v2 5/9] mt76: mt7915: rely on mt76_connac_mcu_add_tlv routine Lorenzo Bianconi
2021-12-19 17:40 ` [PATCH v2 6/9] mt76: connac: move mt76_connac_mcu_get_cipher in common code Lorenzo Bianconi
2021-12-19 17:40 ` [PATCH v2 7/9] mt76: connac: move mt76_connac_chan_bw " Lorenzo Bianconi
2021-12-19 17:40 ` [PATCH v2 8/9] mt76: mt7915: rely on mt76_connac_get_phy utilities Lorenzo Bianconi
2021-12-19 17:40 ` [PATCH v2 9/9] mt76: connac: move mt76_connac_mcu_add_key in connac module 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=cover.1639935477.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=ryder.lee@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.