Re: [PATCH v2 08/10] wifi: atmel: remove unused ioctl function

2023-10-13 Thread Kalle Valo
Arnd Bergmann wrote: > From: Arnd Bergmann > > This function has no callers, and for the past 20 years, the request_firmware > interface has been in place instead of the custom firmware loader. > > Acked-by: Kalle Valo > Signed-off-by: Arnd Bergmann 2 patches applied to wireless-next.git, t

[PATCH v2 08/10] wifi: atmel: remove unused ioctl function

2023-10-11 Thread Arnd Bergmann
From: Arnd Bergmann This function has no callers, and for the past 20 years, the request_firmware interface has been in place instead of the custom firmware loader. Acked-by: Kalle Valo Signed-off-by: Arnd Bergmann --- drivers/staging/wireless/atmel/atmel.c | 72 -- 1