All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rtw-next 00/12] wifi: rtw89: refine MLO, MCC and SER functions
@ 2025-12-12  3:12 Ping-Ke Shih
  2025-12-12  3:12 ` [PATCH rtw-next 01/12] wifi: rtw89: 8852b: increase beacon loss to 6 seconds Ping-Ke Shih
                   ` (11 more replies)
  0 siblings, 12 replies; 23+ messages in thread
From: Ping-Ke Shih @ 2025-12-12  3:12 UTC (permalink / raw)
  To: linux-wireless; +Cc: gary.chang, damon.chen, kevin_yang

Refine MLO (by patch 2-3) found by test, MCC (by patch 9, 11, 12) getting
better connection stability and SER (by patch 5-8) supporting newer flow.

Others are random features and refinements found in field.

Chih-Kang Chang (3):
  wifi: rtw89: refine C2H reg event polling timeout for LPS
  wifi: rtw89: setting TBTT AGG number when mac port initialization
  wifi: rtw89: mcc: reset probe counter when receiving beacon

Kuan-Chung Chen (3):
  wifi: rtw89: 8852b: increase beacon loss to 6 seconds
  wifi: rtw89: mlo: fix missing TX null-data 1 during link switch
  wifi: rtw89: mlo: fix incorrect link address in management frames

Ping-Ke Shih (2):
  wifi: rtw89: mac: reset power state before switching to power on
  wifi: rtw89: warn unexpected polling value of XTAL SI

Zong-Zhe Yang (4):
  wifi: rtw89: ser: enable error IMR after recovering from L1
  wifi: rtw89: ser: L1 skip polling status if FW runs event mode
  wifi: rtw89: debug: add ser_counters dbgfs
  wifi: rtw89: debug: support SER L0/L1 simulation via halt H2C

 drivers/net/wireless/realtek/rtw89/chan.c     |   5 +-
 drivers/net/wireless/realtek/rtw89/core.c     |  13 +-
 drivers/net/wireless/realtek/rtw89/core.h     |   2 +
 drivers/net/wireless/realtek/rtw89/debug.c    |  79 ++++++++++
 drivers/net/wireless/realtek/rtw89/fw.c       |  12 ++
 drivers/net/wireless/realtek/rtw89/fw.h       |   1 +
 drivers/net/wireless/realtek/rtw89/mac.c      | 124 +++++++++++++--
 drivers/net/wireless/realtek/rtw89/mac.h      |   5 +
 drivers/net/wireless/realtek/rtw89/mac80211.c |  37 ++---
 drivers/net/wireless/realtek/rtw89/mac_be.c   | 142 +++++++++++++++++-
 drivers/net/wireless/realtek/rtw89/ps.c       |   2 +-
 drivers/net/wireless/realtek/rtw89/reg.h      |  32 +++-
 drivers/net/wireless/realtek/rtw89/ser.c      |  10 ++
 13 files changed, 425 insertions(+), 39 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-12-17 18:05 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-12  3:12 [PATCH rtw-next 00/12] wifi: rtw89: refine MLO, MCC and SER functions Ping-Ke Shih
2025-12-12  3:12 ` [PATCH rtw-next 01/12] wifi: rtw89: 8852b: increase beacon loss to 6 seconds Ping-Ke Shih
2025-12-12  3:12 ` [PATCH rtw-next 02/12] wifi: rtw89: mlo: fix missing TX null-data 1 during link switch Ping-Ke Shih
2025-12-12  3:12 ` [PATCH rtw-next 03/12] wifi: rtw89: mlo: fix incorrect link address in management frames Ping-Ke Shih
2025-12-12  3:12 ` [PATCH rtw-next 04/12] wifi: rtw89: mac: reset power state before switching to power on Ping-Ke Shih
2025-12-14 22:30   ` Bitterblue Smith
2025-12-15  2:05     ` Ping-Ke Shih
2025-12-15 18:06       ` Bitterblue Smith
2025-12-16  0:34         ` Ping-Ke Shih
2025-12-16  9:06           ` Ping-Ke Shih
2025-12-17 18:05             ` Bitterblue Smith
2025-12-12  3:12 ` [PATCH rtw-next 05/12] wifi: rtw89: ser: enable error IMR after recovering from L1 Ping-Ke Shih
2025-12-12  3:12 ` [PATCH rtw-next 06/12] wifi: rtw89: ser: L1 skip polling status if FW runs event mode Ping-Ke Shih
2025-12-12  3:12 ` [PATCH rtw-next 07/12] wifi: rtw89: debug: add ser_counters dbgfs Ping-Ke Shih
2025-12-12  3:12 ` [PATCH rtw-next 08/12] wifi: rtw89: debug: support SER L0/L1 simulation via halt H2C Ping-Ke Shih
2025-12-12  3:13 ` [PATCH rtw-next 09/12] wifi: rtw89: refine C2H reg event polling timeout for LPS Ping-Ke Shih
2025-12-12  3:13 ` [PATCH rtw-next 10/12] wifi: rtw89: warn unexpected polling value of XTAL SI Ping-Ke Shih
2025-12-14 22:32   ` Bitterblue Smith
2025-12-15  1:24     ` Ping-Ke Shih
2025-12-15 22:13       ` Bitterblue Smith
2025-12-16  0:29         ` Ping-Ke Shih
2025-12-12  3:13 ` [PATCH rtw-next 11/12] wifi: rtw89: setting TBTT AGG number when mac port initialization Ping-Ke Shih
2025-12-12  3:13 ` [PATCH rtw-next 12/12] wifi: rtw89: mcc: reset probe counter when receiving beacon 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.