public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: <linux-wireless@vger.kernel.org>
Cc: <timlee@realtek.com>, <phhuang@realtek.com>, <kevin_yang@realtek.com>
Subject: [PATCH rtw-next 00/13] wifi: rtw89: update hardware settings and tweak for MLO
Date: Tue, 10 Mar 2026 16:01:33 +0800	[thread overview]
Message-ID: <20260310080146.31113-1-pkshih@realtek.com> (raw)

Mainly, this patchset is to add hardware settings, and tweak code related
to hardware MLO mode value. Others are almost random fixes.

The first four patches are to configure hardware settings, which are
written according to internal patches.

Patches 5-8 are to refine hardware MLO mode.

Patch 9 is WoWLAN related, which is to add retry times to let WoWLAN
being reliable.

Patch 10 is to remove mutex lock from driver. Since driver has used
wiphy_lock, it should be not necessary.

Patch 11 is a workaround to deal with AP interoperability problem.

Patch 12 is to recalculate AMSDU length to improve performance.

The last patch is for firmware crash simulation.

Chin-Yen Lee (1):
  wifi: rtw89: wow: add retry for ensuring packet are processed

Ping-Ke Shih (4):
  wifi: rtw89: mac: finish active TX immediately without waiting for
    DMAC
  wifi: rtw89: pci: update SER parameters for suspend/resume
  wifi: rtw89: mac: remove A-die off setting for RTL8852C and RTL8922A
  wifi: rtw89: phy: limit AMPDU number for RA try rate

Po-Hao Huang (2):
  wifi: rtw89: Drop malformed AMPDU frames with abnormal PN
  wifi: rtw89: Recalculate station aggregates when AMSDU length changes
    for MLO links

Zong-Zhe Yang (6):
  wifi: rtw89: move disabling dynamic mechanism functions to core
  wifi: rtw89: tweak settings of TX power and channel for Wi-Fi 7
  wifi: rtw89: chan: simplify link handling related to ROC
  wifi: rtw89: chan: recalc MLO DBCC mode based on current entity mode
  wifi: rtw89: replace RF mutex with wiphy lock assertion
  wifi: rtw89: debug: simulate Wi-Fi 7 SER L0/L1 without PS mode

 drivers/net/wireless/realtek/rtw89/chan.c     |  72 +++++----
 drivers/net/wireless/realtek/rtw89/core.c     | 150 +++++++++++++++++-
 drivers/net/wireless/realtek/rtw89/core.h     |  29 ++--
 drivers/net/wireless/realtek/rtw89/debug.c    |  45 ++----
 drivers/net/wireless/realtek/rtw89/mac.c      |  17 +-
 drivers/net/wireless/realtek/rtw89/mac.h      |   2 +
 drivers/net/wireless/realtek/rtw89/mac80211.c |   6 +
 drivers/net/wireless/realtek/rtw89/mac_be.c   |   5 +
 drivers/net/wireless/realtek/rtw89/pci.h      |   1 +
 drivers/net/wireless/realtek/rtw89/pci_be.c   |  52 +++++-
 drivers/net/wireless/realtek/rtw89/phy.c      |  46 +++++-
 drivers/net/wireless/realtek/rtw89/phy.h      |   1 +
 drivers/net/wireless/realtek/rtw89/reg.h      |  28 ++++
 drivers/net/wireless/realtek/rtw89/rtw8852c.c |   2 +-
 drivers/net/wireless/realtek/rtw89/rtw8922a.c |   2 +-
 drivers/net/wireless/realtek/rtw89/util.h     |  17 ++
 drivers/net/wireless/realtek/rtw89/wow.c      |   2 +
 drivers/net/wireless/realtek/rtw89/wow.h      |   7 -
 18 files changed, 386 insertions(+), 98 deletions(-)


base-commit: 039cd522dc70151da13329a5e3ae19b1736f468a
-- 
2.25.1


             reply	other threads:[~2026-03-10  8:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-10  8:01 Ping-Ke Shih [this message]
2026-03-10  8:01 ` [PATCH rtw-next 01/13] wifi: rtw89: mac: finish active TX immediately without waiting for DMAC Ping-Ke Shih
2026-03-12  3:00   ` Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 02/13] wifi: rtw89: pci: update SER parameters for suspend/resume Ping-Ke Shih
2026-03-16  6:53   ` Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 03/13] wifi: rtw89: mac: remove A-die off setting for RTL8852C and RTL8922A Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 04/13] wifi: rtw89: phy: limit AMPDU number for RA try rate Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 05/13] wifi: rtw89: move disabling dynamic mechanism functions to core Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 06/13] wifi: rtw89: tweak settings of TX power and channel for Wi-Fi 7 Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 07/13] wifi: rtw89: chan: simplify link handling related to ROC Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 08/13] wifi: rtw89: chan: recalc MLO DBCC mode based on current entity mode Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 09/13] wifi: rtw89: wow: add retry for ensuring packet are processed Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 10/13] wifi: rtw89: replace RF mutex with wiphy lock assertion Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 11/13] wifi: rtw89: Drop malformed AMPDU frames with abnormal PN Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 12/13] wifi: rtw89: Recalculate station aggregates when AMSDU length changes for MLO links Ping-Ke Shih
2026-03-10  8:01 ` [PATCH rtw-next 13/13] wifi: rtw89: debug: simulate Wi-Fi 7 SER L0/L1 without PS mode Ping-Ke Shih

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260310080146.31113-1-pkshih@realtek.com \
    --to=pkshih@realtek.com \
    --cc=kevin_yang@realtek.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=phhuang@realtek.com \
    --cc=timlee@realtek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox