mbox series

[0/4] wifi: rtw89: 8852b: add RF calibration part 2 and enable 8852BE

Message ID 20221014060237.29050-1-pkshih@realtek.com
Headers show
Series wifi: rtw89: 8852b: add RF calibration part 2 and enable 8852BE | expand

Message

Ping-Ke Shih Oct. 14, 2022, 6:02 a.m. UTC
After this patchset, 8852BE is ready, so add 8852BE to Kconfig and
Makefile. With firmware v0.27.32.0, STA, AP and monitor can work well. 

This patchset depdens on "wifi: rtw89: 8852b: add RF calibration part 1"

Ping-Ke Shih (4):
  wifi: rtw89: 8852b: rfk: add DPK
  wifi: rtw89: 8852b: add chip_ops related to RF calibration
  wifi: rtw89: phy: add dummy C2H handler to avoid warning message
  wifi: rtw89: 8852b: add 8852be to Makefile and Kconfig

 drivers/net/wireless/realtek/rtw89/Kconfig    |   14 +
 drivers/net/wireless/realtek/rtw89/Makefile   |    9 +
 drivers/net/wireless/realtek/rtw89/core.h     |    1 +
 drivers/net/wireless/realtek/rtw89/phy.c      |    4 +
 drivers/net/wireless/realtek/rtw89/phy.h      |    9 +
 drivers/net/wireless/realtek/rtw89/reg.h      |   17 +
 drivers/net/wireless/realtek/rtw89/rtw8852b.c |   42 +
 .../net/wireless/realtek/rtw89/rtw8852b_rfk.c | 1148 +++++++++++++++++
 .../net/wireless/realtek/rtw89/rtw8852b_rfk.h |    3 +
 9 files changed, 1247 insertions(+)

Comments

Kalle Valo Oct. 14, 2022, 10:20 a.m. UTC | #1
Ping-Ke Shih <pkshih@realtek.com> writes:

> After this patchset, 8852BE is ready, so add 8852BE to Kconfig and
> Makefile. With firmware v0.27.32.0, STA, AP and monitor can work well. 

Awesome! From my point of view adding 8852BE support went really
smoothly, thanks for that. Very much appreciated.
Ping-Ke Shih Oct. 14, 2022, 1:17 p.m. UTC | #2
On Fri, 2022-10-14 at 13:20 +0300, Kalle Valo wrote:
> Ping-Ke Shih <pkshih@realtek.com> writes:
> 
> > After this patchset, 8852BE is ready, so add 8852BE to Kconfig and
> > Makefile. With firmware v0.27.32.0, STA, AP and monitor can work well. 
> 
> Awesome! From my point of view adding 8852BE support went really
> smoothly, thanks for that. Very much appreciated.
> 

Super thanks for spending your time to review this driver, and also
thanks for your support, advice and teaching during review process. :-)

Ping-Ke