2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/net/wireless/ath/ath5k
Uwe Kleine-König b41f96ecb9 wifi: Switch back to struct platform_driver::remove()
After commit 0edb555a65 ("platform: Make platform_driver::remove()
return void") .remove() is (again) the right callback to implement for
platform drivers.

Convert all platform drivers below drivers/net/wireless to use
.remove(), with the eventual goal to drop struct
platform_driver::remove_new(). As .remove() and .remove_new() have the
same prototypes, conversion is done by just changing the structure
member name in the driver initializer.

En passant several whitespace changes are done to make indentation
consistent in the struct initializers.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Acked-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20241106170706.38922-2-u.kleine-koenig@baylibre.com
2024-11-11 14:10:45 +02:00
..
ahb.c wifi: Switch back to struct platform_driver::remove() 2024-11-11 14:10:45 +02:00
ani.c
ani.h
ath5k.h
attach.c
base.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
base.h wifi: mac80211: inform the low level if drv_stop() is a suspend 2024-06-26 10:25:46 +02:00
caps.c
debug.c wifi: ath5k: remove phydir check from ath5k_debug_init_device() 2023-07-25 17:30:03 +03:00
debug.h
desc.c
desc.h
dma.c
eeprom.c wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list() 2023-02-22 11:56:30 +02:00
eeprom.h wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna 2023-12-07 12:15:37 +02:00
gpio.c
initvals.c
Kconfig
led.c wifi: ath5k: replace deprecated strncpy with strscpy 2023-10-18 11:31:36 +03:00
mac80211-ops.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
Makefile
pci.c wifi: ath5k: add PCI ID for Arcadyan devices 2024-10-16 07:43:07 -07:00
pcu.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
phy.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
qcu.c
reg.h
reset.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
rfbuffer.h
rfgain.h
rfkill.c
sysfs.c
trace.h