]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: libertas: stop selecting wext
authorArnd Bergmann <arnd@arndb.de>
Wed, 8 Nov 2023 15:34:03 +0000 (16:34 +0100)
committerKalle Valo <kvalo@kernel.org>
Tue, 14 Nov 2023 10:12:01 +0000 (12:12 +0200)
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 <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20231108153409.1065286-1-arnd@kernel.org
drivers/net/wireless/marvell/libertas/Kconfig

index 5bc92cb6b0fed55c874561dfeacd18a1f0bb59f7..56156a021be39fef12ae29d8300c7dd940f0f7b9 100644 (file)
@@ -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