linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rtw-next v2 0/6] wifi: rtw89: Add support for RTL8852BU
@ 2025-07-05 19:34 Bitterblue Smith
  2025-07-05 19:36 ` [PATCH rtw-next v2 1/6] wifi: rtw89: 8852bx: Accept USB devices and load their MAC address Bitterblue Smith
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Bitterblue Smith @ 2025-07-05 19:34 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org; +Cc: Ping-Ke Shih

Add support for RTL8852BU. The changes needed for this chip are very
similar to the changes needed for RTL8851BU.

Bitterblue Smith (6):
  wifi: rtw89: 8852bx: Accept USB devices and load their MAC address
  wifi: rtw89: 8852b: Fix rtw8852b_pwr_{on,off}_func() for USB
  wifi: rtw89: 8852b: Add rtw8852b_dle_mem_usb3
  wifi: rtw89: 8852b: Add rtw8852b_hfc_param_ini_usb
  wifi: rtw89: Add rtw8852bu.c
  wifi: rtw89: Enable the new rtw89_8852bu module

 drivers/net/wireless/realtek/rtw89/Kconfig    | 12 +++
 drivers/net/wireless/realtek/rtw89/Makefile   |  3 +
 drivers/net/wireless/realtek/rtw89/rtw8852b.c | 85 +++++++++++++++++--
 .../wireless/realtek/rtw89/rtw8852b_common.c  | 16 ++--
 .../net/wireless/realtek/rtw89/rtw8852bu.c    | 55 ++++++++++++
 5 files changed, 156 insertions(+), 15 deletions(-)
 create mode 100644 drivers/net/wireless/realtek/rtw89/rtw8852bu.c

-- 
2.49.0


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

end of thread, other threads:[~2025-07-06  5:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-05 19:34 [PATCH rtw-next v2 0/6] wifi: rtw89: Add support for RTL8852BU Bitterblue Smith
2025-07-05 19:36 ` [PATCH rtw-next v2 1/6] wifi: rtw89: 8852bx: Accept USB devices and load their MAC address Bitterblue Smith
2025-07-06  5:13   ` Ping-Ke Shih
2025-07-05 19:37 ` [PATCH rtw-next v2 2/6] wifi: rtw89: 8852b: Fix rtw8852b_pwr_{on,off}_func() for USB Bitterblue Smith
2025-07-05 19:38 ` [PATCH rtw-next v2 3/6] wifi: rtw89: 8852b: Add rtw8852b_dle_mem_usb3 Bitterblue Smith
2025-07-05 19:38 ` [PATCH rtw-next v2 4/6] wifi: rtw89: 8852b: Add rtw8852b_hfc_param_ini_usb Bitterblue Smith
2025-07-05 19:38 ` [PATCH rtw-next v2 5/6] wifi: rtw89: Add rtw8852bu.c Bitterblue Smith
2025-07-05 19:39 ` [PATCH rtw-next v2 6/6] wifi: rtw89: Enable the new rtw89_8852bu module Bitterblue Smith

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).