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
..
cfg80211.c wifi: wilc1000: convert list management to RCU 2024-04-16 18:30:57 +03:00
cfg80211.h
fw.h
hif.c wifi: wilc1000: convert list management to RCU 2024-04-16 18:30:57 +03:00
hif.h
Kconfig
Makefile
mon.c
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
wlan_cfg.h
wlan_if.h