* [PATCH rtw-next v2] wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1
@ 2025-09-02 3:57 Zenm Chen
2025-09-02 4:26 ` Ping-Ke Shih
2025-09-09 1:22 ` Ping-Ke Shih
0 siblings, 2 replies; 3+ messages in thread
From: Zenm Chen @ 2025-09-02 3:57 UTC (permalink / raw)
To: linux-wireless, pkshih, rtl8821cerfe2; +Cc: usbwifi2024, zenmchen
Add USB ID 2001:332a for D-Link AX9U rev. A1 which is a RTL8851BU-based
Wi-Fi adapter.
Only managed mode and AP mode are tested and it works in both.
Signed-off-by: Zenm Chen <zenmchen@gmail.com>
---
v2:
- Sort the VID/PID by alphanumeric order
---
drivers/net/wireless/realtek/rtw89/rtw8851bu.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/wireless/realtek/rtw89/rtw8851bu.c b/drivers/net/wireless/realtek/rtw89/rtw8851bu.c
index c3722547c..04e1ab13b 100644
--- a/drivers/net/wireless/realtek/rtw89/rtw8851bu.c
+++ b/drivers/net/wireless/realtek/rtw89/rtw8851bu.c
@@ -16,6 +16,9 @@ static const struct rtw89_driver_info rtw89_8851bu_info = {
static const struct usb_device_id rtw_8851bu_id_table[] = {
{ USB_DEVICE_AND_INTERFACE_INFO(0x0bda, 0xb851, 0xff, 0xff, 0xff),
.driver_info = (kernel_ulong_t)&rtw89_8851bu_info },
+ /* D-Link AX9U rev. A1 */
+ { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x332a, 0xff, 0xff, 0xff),
+ .driver_info = (kernel_ulong_t)&rtw89_8851bu_info },
/* TP-Link Archer TX10UB Nano */
{ USB_DEVICE_AND_INTERFACE_INFO(0x3625, 0x010b, 0xff, 0xff, 0xff),
.driver_info = (kernel_ulong_t)&rtw89_8851bu_info },
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH rtw-next v2] wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1
2025-09-02 3:57 [PATCH rtw-next v2] wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1 Zenm Chen
@ 2025-09-02 4:26 ` Ping-Ke Shih
2025-09-09 1:22 ` Ping-Ke Shih
1 sibling, 0 replies; 3+ messages in thread
From: Ping-Ke Shih @ 2025-09-02 4:26 UTC (permalink / raw)
To: Zenm Chen, linux-wireless@vger.kernel.org,
rtl8821cerfe2@gmail.com
Cc: usbwifi2024@gmail.com
Zenm Chen <zenmchen@gmail.com> wrote:
> Add USB ID 2001:332a for D-Link AX9U rev. A1 which is a RTL8851BU-based
> Wi-Fi adapter.
>
> Only managed mode and AP mode are tested and it works in both.
>
> Signed-off-by: Zenm Chen <zenmchen@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
> ---
> v2:
> - Sort the VID/PID by alphanumeric order
Thanks for the prompt fix.
> ---
> drivers/net/wireless/realtek/rtw89/rtw8851bu.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/net/wireless/realtek/rtw89/rtw8851bu.c
> b/drivers/net/wireless/realtek/rtw89/rtw8851bu.c
> index c3722547c..04e1ab13b 100644
> --- a/drivers/net/wireless/realtek/rtw89/rtw8851bu.c
> +++ b/drivers/net/wireless/realtek/rtw89/rtw8851bu.c
> @@ -16,6 +16,9 @@ static const struct rtw89_driver_info rtw89_8851bu_info = {
> static const struct usb_device_id rtw_8851bu_id_table[] = {
> { USB_DEVICE_AND_INTERFACE_INFO(0x0bda, 0xb851, 0xff, 0xff, 0xff),
> .driver_info = (kernel_ulong_t)&rtw89_8851bu_info },
> + /* D-Link AX9U rev. A1 */
> + { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x332a, 0xff, 0xff, 0xff),
> + .driver_info = (kernel_ulong_t)&rtw89_8851bu_info },
> /* TP-Link Archer TX10UB Nano */
> { USB_DEVICE_AND_INTERFACE_INFO(0x3625, 0x010b, 0xff, 0xff, 0xff),
> .driver_info = (kernel_ulong_t)&rtw89_8851bu_info },
> --
> 2.51.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH rtw-next v2] wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1
2025-09-02 3:57 [PATCH rtw-next v2] wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1 Zenm Chen
2025-09-02 4:26 ` Ping-Ke Shih
@ 2025-09-09 1:22 ` Ping-Ke Shih
1 sibling, 0 replies; 3+ messages in thread
From: Ping-Ke Shih @ 2025-09-09 1:22 UTC (permalink / raw)
To: Zenm Chen, linux-wireless, pkshih, rtl8821cerfe2; +Cc: usbwifi2024, zenmchen
Zenm Chen <zenmchen@gmail.com> wrote:
> Add USB ID 2001:332a for D-Link AX9U rev. A1 which is a RTL8851BU-based
> Wi-Fi adapter.
>
> Only managed mode and AP mode are tested and it works in both.
>
> Signed-off-by: Zenm Chen <zenmchen@gmail.com>
> Acked-by: Ping-Ke Shih <pkshih@realtek.com>
1 patch(es) applied to rtw-next branch of rtw.git, thanks.
2ffc73cdb824 wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1
---
https://github.com/pkshih/rtw.git
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-09 1:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-02 3:57 [PATCH rtw-next v2] wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1 Zenm Chen
2025-09-02 4:26 ` Ping-Ke Shih
2025-09-09 1:22 ` Ping-Ke Shih
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.