All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: <linux-wireless@vger.kernel.org>
Cc: <echuang@realtek.com>
Subject: [PATCH 0/4] wifi: rtw89: update firmware related stuffs
Date: Mon, 3 Feb 2025 15:29:07 +0800	[thread overview]
Message-ID: <20250203072911.47313-1-pkshih@realtek.com> (raw)

This patchset contains some firmware stuffs. Patch 1/4 is to read hardware
version from efuse earlier to select proper firmware. The second patch is
to update firmware H2C command format related to configure more data in
PS mode, because at that moment firmware handles more works relying on
these data. The last two patches are to fix warnings reported by Coverity,
as firmware is released by us, the pointed problems should not happen.

Eric Huang (1):
  wifi: rtw89: ps: update H2C command with more info for PS

Ping-Ke Shih (3):
  wifi: rtw89: call power_on ahead before selecting firmware
  wifi: rtw89: fw: validate multi-firmware header before accessing
  wifi: rtw89: fw: validate multi-firmware header before getting its
    size

 drivers/net/wireless/realtek/rtw89/core.c | 28 +++++++----
 drivers/net/wireless/realtek/rtw89/core.h |  1 +
 drivers/net/wireless/realtek/rtw89/fw.c   | 58 ++++++++++++++++++++++-
 drivers/net/wireless/realtek/rtw89/fw.h   |  6 ++-
 drivers/net/wireless/realtek/rtw89/mac.c  | 29 ++++++++----
 drivers/net/wireless/realtek/rtw89/mac.h  |  1 +
 6 files changed, 103 insertions(+), 20 deletions(-)

-- 
2.25.1


             reply	other threads:[~2025-02-03  7:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-03  7:29 Ping-Ke Shih [this message]
2025-02-03  7:29 ` [PATCH 1/4] wifi: rtw89: call power_on ahead before selecting firmware Ping-Ke Shih
2025-02-10  3:18   ` Ping-Ke Shih
2025-02-03  7:29 ` [PATCH 2/4] wifi: rtw89: ps: update H2C command with more info for PS Ping-Ke Shih
2025-02-03  7:29 ` [PATCH 3/4] wifi: rtw89: fw: validate multi-firmware header before accessing Ping-Ke Shih
2025-02-03  7:29 ` [PATCH 4/4] wifi: rtw89: fw: validate multi-firmware header before getting its size 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=20250203072911.47313-1-pkshih@realtek.com \
    --to=pkshih@realtek.com \
    --cc=echuang@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 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.