All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: Zenm Chen <zenmchen@gmail.com>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	"rtl8821cerfe2@gmail.com" <rtl8821cerfe2@gmail.com>
Cc: "usbwifi2024@gmail.com" <usbwifi2024@gmail.com>
Subject: RE: [PATCH rtw-next v2] wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1
Date: Tue, 2 Sep 2025 04:26:16 +0000	[thread overview]
Message-ID: <1369e3a263734c9783fd4677013ff3e5@realtek.com> (raw)
In-Reply-To: <20250902035755.1969530-1-zenmchen@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


  reply	other threads:[~2025-09-02  4:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2025-09-09  1:22 ` Ping-Ke Shih

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1369e3a263734c9783fd4677013ff3e5@realtek.com \
    --to=pkshih@realtek.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=rtl8821cerfe2@gmail.com \
    --cc=usbwifi2024@gmail.com \
    --cc=zenmchen@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.