Hi, On 8/14/24 4:52 PM, Peter Robinson wrote: > 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@xxxxxxxxx> Thanks, patch looks good to me: Reviewed-by: Hans de Goede <hdegoede@xxxxxxxxxx> Regards, Hans > --- > drivers/staging/rtl8723bs/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/rtl8723bs/Kconfig b/drivers/staging/rtl8723bs/Kconfig > index f23e29b679fb..8d48c61961a6 100644 > --- a/drivers/staging/rtl8723bs/Kconfig > +++ b/drivers/staging/rtl8723bs/Kconfig > @@ -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