All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] wifi: mt76: mt792x: add mt7925 support
@ 2023-08-01 14:30 Deren Wu
  2023-08-01 14:30 ` [PATCH 1/8] wifi: mt76: connac: introduce helper for mt7925 chipset Deren Wu
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Deren Wu @ 2023-08-01 14:30 UTC (permalink / raw)
  To: Felix Fietkau, Lorenzo Bianconi
  Cc: Sean Wang, Ryder Lee, Shayne Chen, linux-wireless, linux-mediatek,
	Deren Wu

This patch set adds more functionalities for mt7925 to reuse common layer,
connac and mt792x. This is a preliminary patch to add mt7925 chipset support.

Deren Wu (8):
  wifi: mt76: connac: introduce helper for mt7925 chipset
  wifi: mt76: mt792x: support mt7925 chip init
  wifi: mt76: connac: export functions for mt7925
  wifi: mt76: connac: add eht support for phy mode config
  wifi: mt76: connac: add eht support for tx power
  wifi: mt76: connac: add data field in struct tlv
  wifi: mt76: connac: add more unified command IDs
  wifi: mt76: connac: add more unified event IDs

 drivers/net/wireless/mediatek/mt76/mt76.h     |  1 +
 .../net/wireless/mediatek/mt76/mt76_connac.h  |  6 ++
 .../wireless/mediatek/mt76/mt76_connac_mac.c  |  4 +-
 .../wireless/mediatek/mt76/mt76_connac_mcu.c  | 60 +++++++++++++------
 .../wireless/mediatek/mt76/mt76_connac_mcu.h  | 33 +++++++++-
 drivers/net/wireless/mediatek/mt76/mt792x.h   |  6 ++
 .../net/wireless/mediatek/mt76/mt792x_dma.c   | 49 ++++++++++-----
 7 files changed, 123 insertions(+), 36 deletions(-)

-- 
2.18.0



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

end of thread, other threads:[~2023-08-16 21:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-01 14:30 [PATCH 0/8] wifi: mt76: mt792x: add mt7925 support Deren Wu
2023-08-01 14:30 ` [PATCH 1/8] wifi: mt76: connac: introduce helper for mt7925 chipset Deren Wu
2023-08-01 14:30 ` [PATCH 2/8] wifi: mt76: mt792x: support mt7925 chip init Deren Wu
2023-08-01 14:30 ` [PATCH 3/8] wifi: mt76: connac: export functions for mt7925 Deren Wu
2023-08-01 14:30 ` [PATCH 4/8] wifi: mt76: connac: add eht support for phy mode config Deren Wu
2023-08-01 14:30 ` [PATCH 5/8] wifi: mt76: connac: add eht support for tx power Deren Wu
2023-08-01 14:30 ` [PATCH 6/8] wifi: mt76: connac: add data field in struct tlv Deren Wu
2023-08-01 14:30 ` [PATCH 7/8] wifi: mt76: connac: add more unified command IDs Deren Wu
2023-08-01 14:30 ` [PATCH 8/8] wifi: mt76: connac: add more unified event IDs Deren Wu
2023-08-16 21:21 ` [PATCH 0/8] wifi: mt76: mt792x: add mt7925 support Sean Wang

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.