From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BEEB062807; Tue, 23 Jan 2024 00:53:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705971205; cv=none; b=HoeDbFEizybPTM0MJ+XAxUpKZt7AjauqajzBddUXUqr9ByzYzGXie5jvjI9G24kewFkINv1O5xgVm2oZuczSSGNOyEpH1VtZUzDidk1F+/lFNK1h3RJLLPlRNjpdT1jHJtSxgAT8c8vtYu5WhPSuHGJ2KCXMpI/17hlRKCNPPy8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705971205; c=relaxed/simple; bh=2zGg8UUoz59qgDBTDiXvo3CfbXer+h7O39+TUHMvfwY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=CP+ZwsI6w5GcyBCHd+4xuy55S51gO+mIPzmNeraiIv3O0VADxWGJn+4mHjo2jDfJMdLI9jVKjYcNUYiE/Fhg/bEePME+DEAWCLgV6OmShPJjTlSnFNGSrU7ANfXftAT1u4I7FqoWsdpeSJGM8u5LxI6sKYVRWeogf6Yhp4KWHB0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=qiUOETsO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="qiUOETsO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33656C433F1; Tue, 23 Jan 2024 00:53:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705971205; bh=2zGg8UUoz59qgDBTDiXvo3CfbXer+h7O39+TUHMvfwY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qiUOETsOY8FuJ3IVvGFCAp5D2kh2aBbLOD1ZekALu+xKvLZf4oRAph2rDYC2Mh7tj qxmDoY6GZKJpmMNqjCC5A2yDGEj74ZYJWzseiiCuICVvGBNwWodaSXT1YCFr2IoD4E p7jQQV/Ns1n5iKA5gvBMZzskxNTVW7awPivEGSPc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Arnd Bergmann , Kalle Valo , Sasha Levin Subject: [PATCH 5.10 112/286] wifi: libertas: stop selecting wext Date: Mon, 22 Jan 2024 15:56:58 -0800 Message-ID: <20240122235736.415056721@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240122235732.009174833@linuxfoundation.org> References: <20240122235732.009174833@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Arnd Bergmann [ Upstream commit 8170b04c2c92eee52ea50b96db4c54662197e512 ] 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 Signed-off-by: Sasha Levin --- 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 6d62ab49aa8d..c7d02adb3eea 100644 --- a/drivers/net/wireless/marvell/libertas/Kconfig +++ b/drivers/net/wireless/marvell/libertas/Kconfig @@ -2,8 +2,6 @@ config LIBERTAS tristate "Marvell 8xxx Libertas WLAN driver support" depends on CFG80211 - select WIRELESS_EXT - select WEXT_SPY select LIB80211 select FW_LOADER help -- 2.43.0