linux/drivers/net/wireless/microchip/wilc1000
Alexis Lothoré f236464f1d wifi: wilc1000: convert list management to RCU
wilc1000 driver currently uses SRCU API to manage vif list. There is no
real reason to use SRCU API here, and it makes things slightly more
complicated (we need to handle a SRCU index as well as a srcu_struct) than
classical RCU.

Switch SRCU APIs to RCU APIs.

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240410-wilc_srcu_to_rcu-v1-2-a9ff5b10feaa@bootlin.com
2024-04-16 18:30:57 +03:00
..
Kconfig
Makefile
cfg80211.c wifi: wilc1000: convert list management to RCU 2024-04-16 18:30:57 +03:00
cfg80211.h wifi: wilc1000: Remove unused declarations 2023-08-23 14:12:17 +03:00
fw.h wifi: wilc1000: add IGTK support 2022-05-30 14:18:00 +03:00
hif.c wifi: wilc1000: convert list management to RCU 2024-04-16 18:30:57 +03:00
hif.h wifi: wilc1000: simplify wilc_scan() 2023-11-08 20:07:55 +02:00
mon.c wifi: move from strlcpy with unused retval to strscpy 2022-09-02 11:47:22 +03:00
netdev.c wifi: wilc1000: convert list management to RCU 2024-04-16 18:30:57 +03:00
netdev.h wifi: wilc1000: convert list management to RCU 2024-04-16 18:30:57 +03:00
sdio.c wifi: wilc1000: replace open-coded module_sdio_driver() 2024-04-05 11:59:38 +03:00
spi.c wifi: wilc1000: revert reset line logic flip 2024-02-21 20:56:45 +02:00
wlan.c wifi: wilc1000: convert list management to RCU 2024-04-16 18:30:57 +03:00
wlan.h wifi: wilc1000: validate chip id during bus probe 2024-02-15 13:09:16 +02:00
wlan_cfg.c wifi: wilc1000: get correct length of string WID from received config packet 2022-07-27 15:58:10 +03:00
wlan_cfg.h wifi: wilc1000: Increase ASSOC response buffer 2023-05-11 15:53:44 +03:00
wlan_if.h wifi: wilc1000: Increase ASSOC response buffer 2023-05-11 15:53:44 +03:00