From: Arnd Bergmann Date: Wed, 8 Nov 2023 15:34:03 +0000 (+0100) Subject: wifi: libertas: stop selecting wext X-Git-Tag: v6.8-rc1~131^2~264^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8170b04c2c92eee52ea50b96db4c54662197e512;p=thirdparty%2Fkernel%2Flinux.git wifi: libertas: stop selecting wext Libertas no longer references the iw_handler infrastructure or wext_spy, so neither of the 'select' statements are used any more. Fixes: e86dc1ca4676 ("Libertas: cfg80211 support") Signed-off-by: Arnd Bergmann Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20231108153409.1065286-1-arnd@kernel.org --- diff --git a/drivers/net/wireless/marvell/libertas/Kconfig b/drivers/net/wireless/marvell/libertas/Kconfig index 5bc92cb6b0fed..56156a021be39 100644 --- a/drivers/net/wireless/marvell/libertas/Kconfig +++ b/drivers/net/wireless/marvell/libertas/Kconfig @@ -3,8 +3,6 @@ config LIBERTAS tristate "Marvell 8xxx Libertas WLAN driver support" depends on USB || SDIO || SPI depends on CFG80211 - select WIRELESS_EXT - select WEXT_SPY select LIB80211 select FW_LOADER help