linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] wifi: rtw89: some fixes and support of multiple adapters debugging
@ 2024-08-09  7:20 Ping-Ke Shih
  2024-08-09  7:20 ` [PATCH 1/6] wifi: rtw89: 8852c: support firmware with fw_element Ping-Ke Shih
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Ping-Ke Shih @ 2024-08-09  7:20 UTC (permalink / raw)
  To: linux-wireless; +Cc: timlee, damon.chen

Patch 1/6 is to support fw_element for 8852C. Without this, it will use
original tables built in driver.

Patch 2/6 is to improve TX EVM to yield better performance.

Patch 3-4/6 are to fix Coverity warnings.

Patch 5/6 is to improve 8852A I/O time wakeup from power save mode.

The last patch is to support multiple adapters debugging like rtw88 did.

Chin-Yen Lee (1):
  wifi: rtw89: 8852a: adjust ANA clock to 12M

Kuan-Chung Chen (2):
  wifi: rtw89: 8852c: support firmware with fw_element
  wifi: rtw89: 8922a: add digital compensation to avoid TX EVM degrade

Ping-Ke Shih (3):
  wifi: rtw89: remove unused C2H event ID
    RTW89_MAC_C2H_FUNC_READ_WOW_CAM to prevent out-of-bounds reading
  wifi: rtw89: correct base HT rate mask for firmware
  wifi: rtw89: debugfs: support multiple adapters debugging

 drivers/net/wireless/realtek/rtw89/core.c     |   2 +
 drivers/net/wireless/realtek/rtw89/core.h     |  14 ++
 drivers/net/wireless/realtek/rtw89/debug.c    | 156 +++++++++---------
 drivers/net/wireless/realtek/rtw89/debug.h    |   2 +
 drivers/net/wireless/realtek/rtw89/mac.h      |   1 -
 drivers/net/wireless/realtek/rtw89/phy.c      |   4 +-
 drivers/net/wireless/realtek/rtw89/ps.c       |   7 +-
 drivers/net/wireless/realtek/rtw89/reg.h      |   3 +
 drivers/net/wireless/realtek/rtw89/rtw8851b.c |   1 +
 drivers/net/wireless/realtek/rtw89/rtw8852a.c |   6 +
 drivers/net/wireless/realtek/rtw89/rtw8852b.c |   1 +
 .../net/wireless/realtek/rtw89/rtw8852bt.c    |   1 +
 drivers/net/wireless/realtek/rtw89/rtw8852c.c |   1 +
 .../net/wireless/realtek/rtw89/rtw8852c_rfk.c | 100 +++++++----
 drivers/net/wireless/realtek/rtw89/rtw8922a.c |  61 ++++++-
 15 files changed, 238 insertions(+), 122 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-08-16 11:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09  7:20 [PATCH 0/6] wifi: rtw89: some fixes and support of multiple adapters debugging Ping-Ke Shih
2024-08-09  7:20 ` [PATCH 1/6] wifi: rtw89: 8852c: support firmware with fw_element Ping-Ke Shih
2024-08-16 11:36   ` Ping-Ke Shih
2024-08-09  7:20 ` [PATCH 2/6] wifi: rtw89: 8922a: add digital compensation to avoid TX EVM degrade Ping-Ke Shih
2024-08-09  7:20 ` [PATCH 3/6] wifi: rtw89: remove unused C2H event ID RTW89_MAC_C2H_FUNC_READ_WOW_CAM to prevent out-of-bounds reading Ping-Ke Shih
2024-08-09  7:20 ` [PATCH 4/6] wifi: rtw89: correct base HT rate mask for firmware Ping-Ke Shih
2024-08-09  7:20 ` [PATCH 5/6] wifi: rtw89: 8852a: adjust ANA clock to 12M Ping-Ke Shih
2024-08-09  7:20 ` [PATCH 6/6] wifi: rtw89: debugfs: support multiple adapters debugging Ping-Ke Shih
2024-08-16 11:39   ` Ping-Ke Shih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).