wifi: hostap: remove unused ioctl function
authorArnd Bergmann <arnd@arndb.de>
Wed, 11 Oct 2023 14:02:24 +0000 (16:02 +0200)
committerKalle Valo <kvalo@kernel.org>
Sat, 14 Oct 2023 06:41:22 +0000 (09:41 +0300)
commitf35ccb65bd1857dec893e0a7496eec81d897916d
tree04e6cae63fef7036233523da308b7a952d8566dd
parent166ab7ca3418948a7fc5be06e460b7c2beb1fa13
wifi: hostap: remove unused ioctl function

The ioctl handler has no actual callers in the kernel and is useless.
All the functionality should be reachable through the regualar interfaces.

Acked-by: Kalle Valo <kvalo@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20231011140225.253106-9-arnd@kernel.org
drivers/net/wireless/intersil/hostap/hostap.h
drivers/net/wireless/intersil/hostap/hostap_ioctl.c
drivers/net/wireless/intersil/hostap/hostap_main.c