]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit71cea1fe415681ad00a9550c2ed107b8da16d5b6
tree7f09717be4cd2688f9ddf1d98906a65ac2b499b3
parentd727f0217ad6e92cfcdc80b4d01cea1cabc74c75
staging: rtl8723bs: drop unnessary dep on CFG80211_WEXT

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