From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, linux-wireless@vger.kernel.org,
deren.wu@mediatek.com, sean.wang@mediatek.com
Subject: [PATCH 0/2] wifi: mt76: mt792xu: some more code de-duplication
Date: Thu, 21 Sep 2023 12:23:46 +0200 [thread overview]
Message-ID: <cover.1695291565.git.lorenzo@kernel.org> (raw)
Remove some more usb duplicated code shared between mt7921 and mt7925
Lorenzo Bianconi (2):
wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module
wifi: mt76: mt792x: move some common usb code in mt792x module
.../net/wireless/mediatek/mt76/mt7921/mac.c | 2 +-
.../net/wireless/mediatek/mt76/mt7921/main.c | 21 +-----------------
.../wireless/mediatek/mt76/mt7921/mt7921.h | 17 --------------
.../wireless/mediatek/mt76/mt7921/sdio_mcu.c | 2 +-
.../net/wireless/mediatek/mt76/mt7921/usb.c | 12 ++--------
.../net/wireless/mediatek/mt76/mt7925/mac.c | 2 +-
.../net/wireless/mediatek/mt76/mt7925/main.c | 20 +----------------
.../wireless/mediatek/mt76/mt7925/mt7925.h | 16 --------------
.../net/wireless/mediatek/mt76/mt7925/usb.c | 12 ++--------
drivers/net/wireless/mediatek/mt76/mt792x.h | 18 +++++++++++++++
.../net/wireless/mediatek/mt76/mt792x_core.c | 22 +++++++++++++++++++
.../net/wireless/mediatek/mt76/mt792x_usb.c | 9 ++++++++
12 files changed, 58 insertions(+), 95 deletions(-)
--
2.41.0
next reply other threads:[~2023-09-21 19:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-21 10:23 Lorenzo Bianconi [this message]
2023-09-21 10:23 ` [PATCH 1/2] wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module Lorenzo Bianconi
2023-09-21 10:23 ` [PATCH 2/2] wifi: mt76: mt792x: move some common usb code " 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.1695291565.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=deren.wu@mediatek.com \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=sean.wang@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.