linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: <linux-wireless@vger.kernel.org>
Subject: [PATCH rtw-next 00/10] wifi: rtw89: prepare TX/RX WD and D/C-MAC H2C command for RTL8922D
Date: Fri, 2 Jan 2026 15:08:30 +0800	[thread overview]
Message-ID: <20260102070840.62047-1-pkshih@realtek.com> (raw)

RTL8922D use different TX/RX WD (to assist in TX and RX per packets) and
D/C-MAC command format (to assist in TX/RX per association). Add them
accordingly.

Patch 9/10 is to consider hardware AID in firmware element.
Patch 10/10: The RACK (received ack by firmware) every 4 commands are not
             necessary for WiFi 7 chips. Remove the logic.

Ping-Ke Shih (10):
  wifi: rtw89: update TXWD v3 for RTL8922D
  wifi: rtw89: update query RXDESC v3 for RTL8922D
  wifi: rtw89: fw: add DMAC v3 H2C command for RTL8922D
  wifi: rtw89: fw: add CMAC H2C command to initialize default value for
    RTL8922D
  wifi: rtw89: fw: add CMAC H2C command for association for RTL8922D
  wifi: rtw89: fw: add CMAC H2C command for TX AMPDU for RTL8922D
  wifi: rtw89: fw: add CMAC H2C command for TX time for RTL8922D
  wifi: rtw89: fw: add CMAC H2C command for punctured for RTL8922D
  wifi: rtw89: fw: consider hardware AID for firmware elements
  wifi: rtw89: fw: set RACK bit every 4 H2C command for WiFi 6 chips
    only

 drivers/net/wireless/realtek/rtw89/cam.c  | 134 ++++++
 drivers/net/wireless/realtek/rtw89/cam.h  | 129 ++++++
 drivers/net/wireless/realtek/rtw89/core.c | 131 ++++++
 drivers/net/wireless/realtek/rtw89/core.h |  28 ++
 drivers/net/wireless/realtek/rtw89/fw.c   | 514 +++++++++++++++++++++-
 drivers/net/wireless/realtek/rtw89/fw.h   | 171 ++++++-
 drivers/net/wireless/realtek/rtw89/mac.h  |  12 +
 drivers/net/wireless/realtek/rtw89/txrx.h |  22 +
 8 files changed, 1125 insertions(+), 16 deletions(-)

-- 
2.25.1


             reply	other threads:[~2026-01-02  7:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-02  7:08 Ping-Ke Shih [this message]
2026-01-02  7:08 ` [PATCH rtw-next 01/10] wifi: rtw89: update TXWD v3 for RTL8922D Ping-Ke Shih
2026-01-02  7:08 ` [PATCH rtw-next 02/10] wifi: rtw89: update query RXDESC " Ping-Ke Shih
2026-01-02  7:08 ` [PATCH rtw-next 03/10] wifi: rtw89: fw: add DMAC v3 H2C command " Ping-Ke Shih
2026-01-02  7:08 ` [PATCH rtw-next 04/10] wifi: rtw89: fw: add CMAC H2C command to initialize default value " Ping-Ke Shih
2026-01-03 14:50   ` kernel test robot
2026-01-05  1:27     ` Ping-Ke Shih
2026-01-02  7:08 ` [PATCH rtw-next 05/10] wifi: rtw89: fw: add CMAC H2C command for association " Ping-Ke Shih
2026-01-02  7:08 ` [PATCH rtw-next 06/10] wifi: rtw89: fw: add CMAC H2C command for TX AMPDU " Ping-Ke Shih
2026-01-02  7:08 ` [PATCH rtw-next 07/10] wifi: rtw89: fw: add CMAC H2C command for TX time " Ping-Ke Shih
2026-01-02  7:08 ` [PATCH rtw-next 08/10] wifi: rtw89: fw: add CMAC H2C command for punctured " Ping-Ke Shih
2026-01-02  7:08 ` [PATCH rtw-next 09/10] wifi: rtw89: fw: consider hardware AID for firmware elements Ping-Ke Shih
2026-01-03 16:28   ` kernel test robot
2026-01-02  7:08 ` [PATCH rtw-next 10/10] wifi: rtw89: fw: set RACK bit every 4 H2C command for WiFi 6 chips only 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=20260102070840.62047-1-pkshih@realtek.com \
    --to=pkshih@realtek.com \
    --cc=linux-wireless@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).