]> www.infradead.org Git - linux.git/commitdiff
staging: rtl8723bs: drop unnessary dep on CFG80211_WEXT
authorPeter Robinson <pbrobinson@gmail.com>
Wed, 14 Aug 2024 14:52:46 +0000 (15:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2024 07:46:42 +0000 (15:46 +0800)
In commit 174ac41a7aaf ("staging: rtl8723bs: remove obsolete wext
support") a dep on CFG80211_WEXT was added to allow wext userspace
calls to be managed via the compatibility support. This is an
optional dependency which the driver has no dependency on and
stops users/distros etc from dropping CFG80211_WEXT if they want
to enable this driver. Drop this dependency as if users want this
legacy feature they will be explicitly enabling it themselves.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20240814145250.943457-1-pbrobinson@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/Kconfig

index f23e29b679fb5eb537c5ec96feba0a1eecdf7b4f..8d48c61961a6b72b5e8d58edc307bc6044336783 100644 (file)
@@ -3,7 +3,6 @@ config RTL8723BS
        tristate "Realtek RTL8723BS SDIO Wireless LAN NIC driver"
        depends on WLAN && MMC && CFG80211
        depends on m
-       select CFG80211_WEXT
        select CRYPTO
        select CRYPTO_LIB_ARC4
        help