All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] introduce mt76-connac dependency in mt7915 driver
@ 2021-12-17 17:48 Lorenzo Bianconi
  2021-12-17 17:48 ` [PATCH 1/7] mt76: mt7915: rely on mt76_connac_mcu_alloc_sta_req Lorenzo Bianconi
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Lorenzo Bianconi @ 2021-12-17 17:48 UTC (permalink / raw)
  To: nbd; +Cc: lorenzo.bianconi, linux-wireless, ryder.lee

Introduce mt76-connac module dependency in the mt7915 driver and remove
duplicated mcu code.

Lorenzo Bianconi (7):
  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  | 118 ++++-
 .../wireless/mediatek/mt76/mt76_connac_mcu.h  |  60 ++-
 .../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, 293 insertions(+), 535 deletions(-)

-- 
2.33.1


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

end of thread, other threads:[~2021-12-18 20:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 17:48 [PATCH 0/7] introduce mt76-connac dependency in mt7915 driver Lorenzo Bianconi
2021-12-17 17:48 ` [PATCH 1/7] mt76: mt7915: rely on mt76_connac_mcu_alloc_sta_req Lorenzo Bianconi
2021-12-18 20:36   ` Felix Fietkau
2021-12-17 17:48 ` [PATCH 2/7] mt76: mt7915: rely on mt76_connac_mcu_alloc_wtbl_req Lorenzo Bianconi
2021-12-18 20:45   ` Felix Fietkau
2021-12-17 17:48 ` [PATCH 3/7] mt76: mt7915: rely on mt76_connac_mcu_add_tlv routine Lorenzo Bianconi
2021-12-17 17:48 ` [PATCH 4/7] mt76: connac: move mt76_connac_mcu_get_cipher in common code Lorenzo Bianconi
2021-12-17 17:48 ` [PATCH 5/7] mt76: connac: move mt76_connac_chan_bw " Lorenzo Bianconi
2021-12-17 17:48 ` [PATCH 6/7] mt76: mt7915: rely on mt76_connac_get_phy utilities Lorenzo Bianconi
2021-12-17 17:48 ` [PATCH 7/7] mt76: connac: move mt76_connac_mcu_add_key in connac module 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.