From: Ping-Ke Shih <pkshih@realtek.com>
To: <linux-wireless@vger.kernel.org>
Cc: <gary.chang@realtek.com>, <damon.chen@realtek.com>
Subject: [PATCH rtw-next 0/8] wifi: rtw89: improve connection loss and 8851B performance
Date: Mon, 11 Aug 2025 20:37:36 +0800 [thread overview]
Message-ID: <20250811123744.15361-1-pkshih@realtek.com> (raw)
Connection loss might because beacon loss when device enters PS mode,
which expected to receive beacons on TBTT, but somehow it can't because
of beacons drift. Improve this by statistics beacon drift by patches 1-2.
Patches 4-5 are to improve RF calibration of RTL8851B to yield better
performance.
Patches 7-8 are to handle non-transmitted BSSID missed before.
Others are to correct settings along firmware definition.
Chih-Kang Chang (1):
wifi: rtw89: 8852c: check LPS H2C command complete by C2H reg instead
of done ack
Kuan-Chung Chen (7):
wifi: rtw89: introduce beacon tracking to improve connection stability
wifi: rtw89: debug: add beacon_info debugfs
wifi: rtw89: wow: remove notify during WoWLAN net-detect
wifi: rtw89: 8851b: rfk: update IQK TIA setting
wifi: rtw89: 8851b: rfk: update TX wideband IQK
wifi: rtw89: fix BSSID comparison for non-transmitted BSSID
wifi: rtw89: fix group frames loss when connected to non-transmitted
BSSID
drivers/net/wireless/realtek/rtw89/core.c | 463 +++++++++++++++++-
drivers/net/wireless/realtek/rtw89/core.h | 51 +-
drivers/net/wireless/realtek/rtw89/debug.c | 61 +++
drivers/net/wireless/realtek/rtw89/fw.c | 93 +++-
drivers/net/wireless/realtek/rtw89/fw.h | 27 +
drivers/net/wireless/realtek/rtw89/mac.c | 30 +-
drivers/net/wireless/realtek/rtw89/mac_be.c | 1 +
drivers/net/wireless/realtek/rtw89/phy.c | 2 +-
drivers/net/wireless/realtek/rtw89/ps.c | 3 +
drivers/net/wireless/realtek/rtw89/reg.h | 9 +
.../net/wireless/realtek/rtw89/rtw8851b_rfk.c | 159 +++---
11 files changed, 810 insertions(+), 89 deletions(-)
--
2.25.1
next reply other threads:[~2025-08-11 12:38 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-11 12:37 Ping-Ke Shih [this message]
2025-08-11 12:37 ` [PATCH rtw-next 1/8] wifi: rtw89: introduce beacon tracking to improve connection stability Ping-Ke Shih
2025-08-19 1:18 ` Ping-Ke Shih
2025-08-11 12:37 ` [PATCH rtw-next 2/8] wifi: rtw89: debug: add beacon_info debugfs Ping-Ke Shih
2025-08-11 12:37 ` [PATCH rtw-next 3/8] wifi: rtw89: wow: remove notify during WoWLAN net-detect Ping-Ke Shih
2025-08-11 12:37 ` [PATCH rtw-next 4/8] wifi: rtw89: 8851b: rfk: update IQK TIA setting Ping-Ke Shih
2025-08-11 12:39 ` [PATCH rtw-next 5/8] wifi: rtw89: 8851b: rfk: update TX wideband IQK Ping-Ke Shih
2025-08-11 12:39 ` [PATCH rtw-next 6/8] wifi: rtw89: 8852c: check LPS H2C command complete by C2H reg instead of done ack Ping-Ke Shih
2025-08-11 12:39 ` [PATCH rtw-next 7/8] wifi: rtw89: fix BSSID comparison for non-transmitted BSSID Ping-Ke Shih
2025-08-11 12:40 ` [PATCH rtw-next 8/8] wifi: rtw89: fix group frames loss when connected to " 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=20250811123744.15361-1-pkshih@realtek.com \
--to=pkshih@realtek.com \
--cc=damon.chen@realtek.com \
--cc=gary.chang@realtek.com \
--cc=linux-wireless@vger.kernel.org \
/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 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.