Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH rtw-next 00/11] wifi: rtw89: update BB wrap for RTL8922D
@ 2026-05-11  7:01 Ping-Ke Shih
  2026-05-11  7:01 ` [PATCH rtw-next 01/11] wifi: rtw89: phy: define BB wrap data for RTL8922D variants Ping-Ke Shih
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Ping-Ke Shih @ 2026-05-11  7:01 UTC (permalink / raw)
  To: linux-wireless

The BB wrap is a set of registers to control TX power and shape.

The RTL8922D add more registers to fine tune performance by QAM, bandwidth
and etc. Add them according to hardware design.

Ping-Ke Shih (11):
  wifi: rtw89: phy: define BB wrap data for RTL8922D variants
  wifi: rtw89: phy: set BB wrap of out-of-band DPD
  wifi: rtw89: phy: set BB wrap of DPD by bandwidth
  wifi: rtw89: phy: set BB wrap of control options
  wifi: rtw89: phy: set BB wrap of QAM threshold
  wifi: rtw89: phy: set BB wrap of QAM options
  wifi: rtw89: phy: set BB wrap of trigger-base partial band
  wifi: rtw89: phy: set BB wrap of CIM3K
  wifi: rtw89: phy: change order to align register order
  wifi: rtw89: phy: configure control options of BB wrapper by RFSI band
  wifi: rtw89: phy: add BB wrapper generation 3 for RTL8922D variant

 drivers/net/wireless/realtek/rtw89/chan.c     |   2 +
 drivers/net/wireless/realtek/rtw89/core.c     |   4 +
 drivers/net/wireless/realtek/rtw89/core.h     |  21 +
 drivers/net/wireless/realtek/rtw89/phy.h      |  88 +++
 drivers/net/wireless/realtek/rtw89/phy_be.c   | 517 ++++++++++++------
 drivers/net/wireless/realtek/rtw89/reg.h      |  73 +++
 drivers/net/wireless/realtek/rtw89/rtw8851b.c |   1 +
 drivers/net/wireless/realtek/rtw89/rtw8852a.c |   1 +
 drivers/net/wireless/realtek/rtw89/rtw8852b.c |   1 +
 .../net/wireless/realtek/rtw89/rtw8852bt.c    |   1 +
 drivers/net/wireless/realtek/rtw89/rtw8852c.c |   1 +
 drivers/net/wireless/realtek/rtw89/rtw8922a.c |   1 +
 drivers/net/wireless/realtek/rtw89/rtw8922d.c | 160 +++++-
 13 files changed, 699 insertions(+), 172 deletions(-)


base-commit: c1ed02655f9134d6af6a01a58b734329c2f4f22c
-- 
2.25.1


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

end of thread, other threads:[~2026-05-11  7:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11  7:01 [PATCH rtw-next 00/11] wifi: rtw89: update BB wrap for RTL8922D Ping-Ke Shih
2026-05-11  7:01 ` [PATCH rtw-next 01/11] wifi: rtw89: phy: define BB wrap data for RTL8922D variants Ping-Ke Shih
2026-05-11  7:01 ` [PATCH rtw-next 02/11] wifi: rtw89: phy: set BB wrap of out-of-band DPD Ping-Ke Shih
2026-05-11  7:01 ` [PATCH rtw-next 03/11] wifi: rtw89: phy: set BB wrap of DPD by bandwidth Ping-Ke Shih
2026-05-11  7:01 ` [PATCH rtw-next 04/11] wifi: rtw89: phy: set BB wrap of control options Ping-Ke Shih
2026-05-11  7:01 ` [PATCH rtw-next 05/11] wifi: rtw89: phy: set BB wrap of QAM threshold Ping-Ke Shih
2026-05-11  7:01 ` [PATCH rtw-next 06/11] wifi: rtw89: phy: set BB wrap of QAM options Ping-Ke Shih
2026-05-11  7:01 ` [PATCH rtw-next 07/11] wifi: rtw89: phy: set BB wrap of trigger-base partial band Ping-Ke Shih
2026-05-11  7:01 ` [PATCH rtw-next 08/11] wifi: rtw89: phy: set BB wrap of CIM3K Ping-Ke Shih
2026-05-11  7:01 ` [PATCH rtw-next 09/11] wifi: rtw89: phy: change order to align register order Ping-Ke Shih
2026-05-11  7:01 ` [PATCH rtw-next 10/11] wifi: rtw89: phy: configure control options of BB wrapper by RFSI band Ping-Ke Shih
2026-05-11  7:01 ` [PATCH rtw-next 11/11] wifi: rtw89: phy: add BB wrapper generation 3 for RTL8922D variant 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