linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wifi: Libertas: stop selecting wext
@ 2023-11-08 15:34 Arnd Bergmann
  2023-11-14 10:12 ` wifi: libertas: " Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2023-11-08 15:34 UTC (permalink / raw)
  To: Kalle Valo, Amitkumar Karwar, Kiran Divekar, John W. Linville
  Cc: Arnd Bergmann, libertas-dev, linux-wireless, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

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>
---
 drivers/net/wireless/marvell/libertas/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/wireless/marvell/libertas/Kconfig b/drivers/net/wireless/marvell/libertas/Kconfig
index e937e1bf70c1..da07ee826100 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
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: wifi: libertas: stop selecting wext
  2023-11-08 15:34 [PATCH] wifi: Libertas: stop selecting wext Arnd Bergmann
@ 2023-11-14 10:12 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2023-11-14 10:12 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Amitkumar Karwar, Kiran Divekar, John W. Linville, Arnd Bergmann,
	libertas-dev, linux-wireless, linux-kernel

Arnd Bergmann <arnd@kernel.org> wrote:

> From: Arnd Bergmann <arnd@arndb.de>
> 
> 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>

Patch applied to wireless-next.git, thanks.

8170b04c2c92 wifi: libertas: stop selecting wext

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20231108153409.1065286-1-arnd@kernel.org/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-14 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-08 15:34 [PATCH] wifi: Libertas: stop selecting wext Arnd Bergmann
2023-11-14 10:12 ` wifi: libertas: " Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).