All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] wifi: rtw89: update firmware related stuffs
@ 2025-02-03  7:29 Ping-Ke Shih
  2025-02-03  7:29 ` [PATCH 1/4] wifi: rtw89: call power_on ahead before selecting firmware Ping-Ke Shih
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ping-Ke Shih @ 2025-02-03  7:29 UTC (permalink / raw)
  To: linux-wireless; +Cc: echuang

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-02-10  3:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03  7:29 [PATCH 0/4] wifi: rtw89: update firmware related stuffs Ping-Ke Shih
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

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.