All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] wifi: drivers: fix some sparse warnings
@ 2024-01-30 15:15 Kalle Valo
  2024-01-30 15:15 ` [PATCH 1/4] wifi: zd1211rw: remove __nocast from zd_addr_t Kalle Valo
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Kalle Valo @ 2024-01-30 15:15 UTC (permalink / raw)
  To: linux-wireless; +Cc: xl

Trying to reduce our sparse warnings, end goal is that wireless drivers would
be sparse warning free.

Kalle Valo (4):
  wifi: zd1211rw: remove __nocast from zd_addr_t
  wifi: rsi: fix restricted __le32 degrades to integer sparse warnings
  wifi: cw1200: fix __le16 sparse warnings
  wifi: rt2x00: fix __le32 sparse warnings

 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 15 +++++++++++----
 drivers/net/wireless/rsi/rsi_91x_usb.c         | 12 ++++++------
 drivers/net/wireless/st/cw1200/cw1200_spi.c    |  6 ------
 drivers/net/wireless/zydas/zd1211rw/zd_def.h   |  2 +-
 4 files changed, 18 insertions(+), 17 deletions(-)


base-commit: 28b3df1fe6ba2cb439ba109f095aa841fef3a54f
-- 
2.39.2


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

end of thread, other threads:[~2024-03-02  8:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-30 15:15 [PATCH 0/4] wifi: drivers: fix some sparse warnings Kalle Valo
2024-01-30 15:15 ` [PATCH 1/4] wifi: zd1211rw: remove __nocast from zd_addr_t Kalle Valo
2024-02-05 18:16   ` Kalle Valo
2024-01-30 15:15 ` [PATCH 2/4] wifi: rsi: fix restricted __le32 degrades to integer sparse warnings Kalle Valo
2024-01-30 15:15 ` [PATCH 3/4] wifi: cw1200: fix __le16 " Kalle Valo
2024-01-30 15:15 ` [PATCH 4/4] wifi: rt2x00: fix __le32 " Kalle Valo
2024-01-31  7:48   ` Kalle Valo
2024-02-03 12:35     ` Stanislaw Gruszka
2024-02-28  9:44       ` Kalle Valo
2024-03-02  8:01         ` Stanislaw Gruszka

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.