All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rtw-next 0/2] wifi: rtw89: adjust code to fit coming field_prep()
@ 2025-11-17  3:29 Ping-Ke Shih
  2025-11-17  3:29 ` [PATCH rtw-next 1/2] wifi: rtw89: 8852a: correct field mask of reset DAC/ADC FIFO Ping-Ke Shih
  2025-11-17  3:29 ` [PATCH rtw-next 2/2] wifi: rtw89: avoid to use not consecutive mask in __write_ctrl() Ping-Ke Shih
  0 siblings, 2 replies; 11+ messages in thread
From: Ping-Ke Shih @ 2025-11-17  3:29 UTC (permalink / raw)
  To: linux-wireless; +Cc: geert

As Geert mentioned [1], two more tricky cases are pointed out by
implementation of field_prep(). Change the code to resolve the tricks.

[1] https://lore.kernel.org/linux-wireless/fccadfe07e4244b993f44ac7315d3d52@realtek.com/T/#mbdfd08117f67b39fabb72dd71acb00f4b3c22bd8

Ping-Ke Shih (2):
  wifi: rtw89: 8852a: correct field mask of reset DAC/ADC FIFO
  wifi: rtw89: avoid to use not consecutive mask in __write_ctrl()

 drivers/net/wireless/realtek/rtw89/mac.h      | 20 ++++++++++++++
 drivers/net/wireless/realtek/rtw89/rtw8851b.c | 26 +++++--------------
 .../net/wireless/realtek/rtw89/rtw8852a_rfk.c |  8 +++---
 drivers/net/wireless/realtek/rtw89/rtw8852b.c | 26 +++++--------------
 drivers/net/wireless/realtek/rtw89/rtw8852c.c | 26 +++++--------------
 5 files changed, 45 insertions(+), 61 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-12-12  2:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17  3:29 [PATCH rtw-next 0/2] wifi: rtw89: adjust code to fit coming field_prep() Ping-Ke Shih
2025-11-17  3:29 ` [PATCH rtw-next 1/2] wifi: rtw89: 8852a: correct field mask of reset DAC/ADC FIFO Ping-Ke Shih
2025-11-18 10:24   ` Geert Uytterhoeven
2025-11-19  0:44     ` Ping-Ke Shih
2025-11-19  8:35       ` Geert Uytterhoeven
2025-11-17  3:29 ` [PATCH rtw-next 2/2] wifi: rtw89: avoid to use not consecutive mask in __write_ctrl() Ping-Ke Shih
2025-11-18 10:40   ` Geert Uytterhoeven
2025-11-19  1:15     ` Ping-Ke Shih
2025-11-19  8:38       ` Geert Uytterhoeven
2025-11-19  8:53         ` Ping-Ke Shih
2025-12-12  2:09           ` 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.