mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Luka Gejak" <luka.gejak@linux.dev>
To: "Ping-Ke Shih" <pkshih@realtek.com>
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Michael  Straube" <straube.linux@gmail.com>,
	"Peter Robinson" <pbrobinson@gmail.com>,
	"Bitterblue Smith" <rtl8821cerfe2@gmail.com>,
	luka.gejak@linux.dev
Subject: Re: [PATCH v3 2/6] wifi: rtw88: 8723b: add the RTL8723B BB, RF and AGC tables
Date: Wed, 23 Sep 2026 08:27:48 +0000	[thread overview]
Message-ID: <6c14fabffc6984a5e7cd91c9b7fe6e4caceeaf70@linux.dev> (raw)
In-Reply-To: <0a6ea4337e004faa97595b1b62d2cad9@realtek.com>

September 23, 2026 at 10:50, "Ping-Ke Shih" <pkshih@realtek.com mailto:pkshih@realtek.com?to=%22Ping-Ke%20Shih%22%20%3Cpkshih%40realtek.com%3E > wrote:


> 
> Luka Gejak <luka.gejak@linux.dev> wrote:
> 
> > 
> > Add the baseband, RF and AGC parameter tables for the RTL8723B, and the
> >  transmit power limit and power by rate tables, in the layout the shared
> >  rtw88 phy code expects.
> >  
> >  These are split out from the chip driver so the driver patch that
> >  follows is easier to read. Nothing references them yet.
> >  
> >  The RTL8723B chip support is based on the initial work by
> >  Michael Straube <straube.linux@gmail.com>.
> >  Link: https://github.com/mistraube/rtw88/tree/rtl8723bs
> >  
> >  Co-developed-by: Michael Straube <straube.linux@gmail.com>
> >  Signed-off-by: Michael Straube <straube.linux@gmail.com>
> >  Signed-off-by: Luka Gejak <luka.gejak@linux.dev>
> >  ---
> >  .../wireless/realtek/rtw88/rtw8723b_table.c | 862 ++++++++++++++++++
> >  .../wireless/realtek/rtw88/rtw8723b_table.h | 18 +
> >  2 files changed, 880 insertions(+)
> >  create mode 100644 drivers/net/wireless/realtek/rtw88/rtw8723b_table.c
> >  create mode 100644 drivers/net/wireless/realtek/rtw88/rtw8723b_table.h
> >  
> >  diff --git a/drivers/net/wireless/realtek/rtw88/rtw8723b_table.c
> >  b/drivers/net/wireless/realtek/rtw88/rtw8723b_table.c
> >  new file mode 100644
> >  index 000000000000..49989da3b8aa
> >  --- /dev/null
> >  +++ b/drivers/net/wireless/realtek/rtw88/rtw8723b_table.c
> >  @@ -0,0 +1,862 @@
> >  +// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
> >  +/*
> >  + * Copyright(c) 2007-2017 Realtek Corporation
> >  + * Copyright(c) Michael Straube <straube.linux@gmail.com>
> >  + * Copyright(c) 2024-2026 Luka Gejak <luka.gejak@linux.dev>
> > 
> I'm not sure if we should claim copyright year back to 2007?

What would you prefer, just tell me and I will change it?
> 
> [...]
> 
> > 
> > diff --git a/drivers/net/wireless/realtek/rtw88/rtw8723b_table.h
> >  b/drivers/net/wireless/realtek/rtw88/rtw8723b_table.h
> >  new file mode 100644
> >  index 000000000000..49291fd1dd9d
> >  --- /dev/null
> >  +++ b/drivers/net/wireless/realtek/rtw88/rtw8723b_table.h
> >  @@ -0,0 +1,18 @@
> >  +/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
> >  +/*
> >  + * Copyright(c) 2007-2017 Realtek Corporation
> >  + * Copyright(c) Michael Straube <straube.linux@gmail.com>
> >  + * Copyright(c) 2024-2026 Luka Gejak <luka.gejak@linux.dev>
> > 
> ditto.
>

Same question as above.

  reply	other threads:[~2026-09-23  8:27 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-21 15:43 [PATCH v3 0/6] wifi: rtw88: add RTL8723B/RTL8723BS support Luka Gejak
2026-09-21 15:43 ` [PATCH v3 1/6] wifi: rtw88: 8723b: add the RTL8723B register definitions Luka Gejak
2026-09-23  7:44   ` Ping-Ke Shih
2026-09-21 15:43 ` [PATCH v3 2/6] wifi: rtw88: 8723b: add the RTL8723B BB, RF and AGC tables Luka Gejak
2026-09-23  7:50   ` Ping-Ke Shih
2026-09-23  8:27     ` Luka Gejak [this message]
2026-09-23  8:34       ` Ping-Ke Shih
2026-09-23  8:44         ` Luka Gejak
2026-09-23  8:59           ` Ping-Ke Shih
2026-09-23  9:09             ` Luka Gejak
2026-09-21 15:43 ` [PATCH v3 3/6] wifi: rtw88: 8723b: add the RTL8723B chip driver Luka Gejak
2026-09-23  8:30   ` Ping-Ke Shih
2026-09-21 15:43 ` [PATCH v3 4/6] wifi: rtw88: 8723bs: add the RTL8723BS SDIO bind Luka Gejak
2026-09-23  9:04   ` Ping-Ke Shih
2026-09-21 15:43 ` [PATCH v3 5/6] wifi: rtw88: 8723bs: enable building the RTL8723BS driver Luka Gejak
2026-09-21 15:43 ` [PATCH v3 6/6] MAINTAINERS: add entry for the RTL8723B rtw88 driver Luka Gejak
2026-09-21 16:25   ` Johannes Berg
2026-09-21 16:49     ` Luka Gejak
2026-09-21 18:14       ` Johannes Berg
2026-09-21 22:35         ` Jeff Johnson
2026-09-21 23:53           ` Luka Gejak
2026-09-22  0:28             ` Ping-Ke Shih
2026-09-22  0:43               ` Luka Gejak
2026-09-22  0:50                 ` Ping-Ke Shih
2026-09-22  1:07                   ` Luka Gejak

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=6c14fabffc6984a5e7cd91c9b7fe6e4caceeaf70@linux.dev \
    --to=luka.gejak@linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pbrobinson@gmail.com \
    --cc=pkshih@realtek.com \
    --cc=rtl8821cerfe2@gmail.com \
    --cc=straube.linux@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®