mirror_ubuntu-kernels/drivers/net/wireless/microchip/wilc1000
Dmitry Antipov a2fbf9e1e8 wifi: wilc1000: simplify wilc_scan()
Simplify 'wilc_scan()' assuming 'struct wilc_priv *' is the only data
passed to '(*scan_result)()' callback and thus avoid typeless 'void *'
pointers in related code, including 'struct wilc_user_scan_req'.
Compile tested only.

Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20231031171330.70399-2-dmantipov@yandex.ru
2023-11-08 20:07:55 +02:00
..
cfg80211.c wifi: wilc1000: simplify wilc_scan() 2023-11-08 20:07:55 +02: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: simplify wilc_scan() 2023-11-08 20:07:55 +02:00
hif.h wifi: wilc1000: simplify wilc_scan() 2023-11-08 20:07:55 +02:00
Kconfig wilc1000: Add support for enabling CRC 2021-04-17 20:47:40 +03:00
Makefile wilc1000: use API version number info along with firmware filename 2020-07-14 20:52:27 +03:00
mon.c wifi: move from strlcpy with unused retval to strscpy 2022-09-02 11:47:22 +03:00
netdev.c wifi: wilc1000: add back-off algorithm to balance tx queue packets 2023-09-21 09:30:11 +03:00
netdev.h wifi: wilc1000: add back-off algorithm to balance tx queue packets 2023-09-21 09:30:11 +03:00
sdio.c wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() 2023-10-30 19:23:51 +02:00
spi.c wifi: wilc1000: add SPI commands retry mechanism 2023-08-01 17:48:05 +03: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
wlan.c wifi: wilc1000: use vmm_table as array in wilc struct 2023-10-19 10:30:34 +03:00
wlan.h wifi: wilc1000: add 'isinit' flag for SDIO bus similar to SPI 2022-07-27 15:58:10 +03:00