All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] wifi: mt76: mt792xu: some more code de-duplication
@ 2023-09-21 10:23 Lorenzo Bianconi
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2023-09-21 10:23 UTC (permalink / raw)
  To: nbd; +Cc: lorenzo.bianconi, linux-wireless, deren.wu, sean.wang

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-21 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-21 10:23 [PATCH 0/2] wifi: mt76: mt792xu: some more code de-duplication Lorenzo Bianconi
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

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.