staging: wlan-ng: Remove broken driver prism2_usb
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Tue, 26 Mar 2024 08:47:42 +0000 (09:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Mar 2024 16:04:49 +0000 (17:04 +0100)
commit20952655235dd9b1447829591774f1d8561f7c6a
treea5dd4a50ffd6a722b9b60812b77cf7c4069b9ebc
parent26a73b4d30d29f572163f7399e39d56677607b55
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>
29 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/wlan-ng/Kconfig [deleted file]
drivers/staging/wlan-ng/Makefile [deleted file]
drivers/staging/wlan-ng/README [deleted file]
drivers/staging/wlan-ng/TODO [deleted file]
drivers/staging/wlan-ng/cfg80211.c [deleted file]
drivers/staging/wlan-ng/hfa384x.h [deleted file]
drivers/staging/wlan-ng/hfa384x_usb.c [deleted file]
drivers/staging/wlan-ng/p80211conv.c [deleted file]
drivers/staging/wlan-ng/p80211conv.h [deleted file]
drivers/staging/wlan-ng/p80211hdr.h [deleted file]
drivers/staging/wlan-ng/p80211ioctl.h [deleted file]
drivers/staging/wlan-ng/p80211metadef.h [deleted file]
drivers/staging/wlan-ng/p80211metastruct.h [deleted file]
drivers/staging/wlan-ng/p80211mgmt.h [deleted file]
drivers/staging/wlan-ng/p80211msg.h [deleted file]
drivers/staging/wlan-ng/p80211netdev.c [deleted file]
drivers/staging/wlan-ng/p80211netdev.h [deleted file]
drivers/staging/wlan-ng/p80211req.c [deleted file]
drivers/staging/wlan-ng/p80211req.h [deleted file]
drivers/staging/wlan-ng/p80211types.h [deleted file]
drivers/staging/wlan-ng/p80211wep.c [deleted file]
drivers/staging/wlan-ng/prism2fw.c [deleted file]
drivers/staging/wlan-ng/prism2mgmt.c [deleted file]
drivers/staging/wlan-ng/prism2mgmt.h [deleted file]
drivers/staging/wlan-ng/prism2mib.c [deleted file]
drivers/staging/wlan-ng/prism2sta.c [deleted file]
drivers/staging/wlan-ng/prism2usb.c [deleted file]