All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rtw-next 00/11] wifi: rtw89: support MLO feature
@ 2025-05-05  7:24 Ping-Ke Shih
  2025-05-05  7:24 ` [PATCH rtw-next 01/11] wifi: rtw89: extract link part from core tx write function Ping-Ke Shih
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Ping-Ke Shih @ 2025-05-05  7:24 UTC (permalink / raw)
  To: linux-wireless; +Cc: phhuang, kevin_yang

After adjusting code to control two HWs and TX/RX path, declaring MLO
capabilities and so on, start to support MLO feature by this patchset.
Currently only support MLSR with a simple rule to switch link. To test
and debug the flow to switch link, add a debugfs interface as a helper.

Po-Hao Huang (6):
  wifi: rtw89: allow driver to do specific band TX for MLO
  wifi: rtw89: send nullfunc based on the given link
  wifi: rtw89: add MLO track for MLSR switch decision
  wifi: rtw89: debug: extend dbgfs for MLO
  wifi: rtw89: debug: add MLD table dump
  wifi: rtw89: debug: add FW log component for MLO

Zong-Zhe Yang (5):
  wifi: rtw89: extract link part from core tx write function
  wifi: rtw89: chan: re-calculate MLO DBCC mode during setting channel
  wifi: rtw89: add handling of mlo_link_cfg H2C command and C2H event
  wifi: rtw89: debug: add mlo_mode dbgfs
  wifi: rtw89: declare MLO support if prerequisites are met

 drivers/net/wireless/realtek/rtw89/chan.c     |  32 +++
 drivers/net/wireless/realtek/rtw89/core.c     | 260 +++++++++++++++---
 drivers/net/wireless/realtek/rtw89/core.h     |  17 ++
 drivers/net/wireless/realtek/rtw89/debug.c    | 138 +++++++++-
 drivers/net/wireless/realtek/rtw89/fw.c       |  47 +++-
 drivers/net/wireless/realtek/rtw89/fw.h       |  49 ++++
 drivers/net/wireless/realtek/rtw89/mac.c      |  39 +++
 drivers/net/wireless/realtek/rtw89/mac.h      |  14 +
 drivers/net/wireless/realtek/rtw89/mac80211.c |   2 +
 drivers/net/wireless/realtek/rtw89/mac_be.c   |   1 +
 10 files changed, 556 insertions(+), 43 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-05-10  1:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05  7:24 [PATCH rtw-next 00/11] wifi: rtw89: support MLO feature Ping-Ke Shih
2025-05-05  7:24 ` [PATCH rtw-next 01/11] wifi: rtw89: extract link part from core tx write function Ping-Ke Shih
2025-05-10  1:06   ` Ping-Ke Shih
2025-05-05  7:24 ` [PATCH rtw-next 02/11] wifi: rtw89: allow driver to do specific band TX for MLO Ping-Ke Shih
2025-05-05  7:24 ` [PATCH rtw-next 03/11] wifi: rtw89: send nullfunc based on the given link Ping-Ke Shih
2025-05-05  7:24 ` [PATCH rtw-next 04/11] wifi: rtw89: chan: re-calculate MLO DBCC mode during setting channel Ping-Ke Shih
2025-05-05  7:24 ` [PATCH rtw-next 05/11] wifi: rtw89: add handling of mlo_link_cfg H2C command and C2H event Ping-Ke Shih
2025-05-05  7:24 ` [PATCH rtw-next 06/11] wifi: rtw89: add MLO track for MLSR switch decision Ping-Ke Shih
2025-05-05  7:24 ` [PATCH rtw-next 07/11] wifi: rtw89: debug: extend dbgfs for MLO Ping-Ke Shih
2025-05-05  7:24 ` [PATCH rtw-next 08/11] wifi: rtw89: debug: add MLD table dump Ping-Ke Shih
2025-05-05  7:24 ` [PATCH rtw-next 09/11] wifi: rtw89: debug: add FW log component for MLO Ping-Ke Shih
2025-05-05  7:24 ` [PATCH rtw-next 10/11] wifi: rtw89: debug: add mlo_mode dbgfs Ping-Ke Shih
2025-05-05  7:24 ` [PATCH rtw-next 11/11] wifi: rtw89: declare MLO support if prerequisites are met Ping-Ke Shih

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.