diff options
author | Philipp Hortmann <philipp.g.hortmann@gmail.com> | 2024-03-26 09:47:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-03-26 17:04:49 +0100 |
commit | 20952655235dd9b1447829591774f1d8561f7c6a (patch) | |
tree | a5dd4a50ffd6a722b9b60812b77cf7c4069b9ebc /drivers/staging/Kconfig | |
parent | 26a73b4d30d29f572163f7399e39d56677607b55 (diff) | |
download | linux-stable-20952655235dd9b1447829591774f1d8561f7c6a.tar.gz linux-stable-20952655235dd9b1447829591774f1d8561f7c6a.tar.bz2 linux-stable-20952655235dd9b1447829591774f1d8561f7c6a.zip |
staging: wlan-ng: Remove broken driver prism2_usb
Driver has a throughput of 200 to 800kByte/s in non encrypted
transmission. All encrypted modes are not working. WLAN without WPA2 is
useless these days. Driver is unused since April 2021 as a bug broke the
function. Find fix for bug in link below. Remove driver because of its
low performance and unusability.
Link: https://lore.kernel.org/linux-staging/5fa18cb8-3c51-4ac6-811e-63ae74f82f17@gmail.com/
Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240326084742.GA16228@matrix-ESPRIMO-P710
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 5175b1c4f161..8e0e9ab37302 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -24,8 +24,6 @@ menuconfig STAGING if STAGING -source "drivers/staging/wlan-ng/Kconfig" - source "drivers/staging/olpc_dcon/Kconfig" source "drivers/staging/rtl8192e/Kconfig" |