Skip to content

Commit 1342316

Browse files
committed
Merge tag 'staging-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Pull staging driver fixes and removal from Greg KH: "Here are four small staging driver fixes, and one big staging driver deletion for 6.3-rc2. The fixes are: - rtl8192e driver fixes for where the driver was attempting to execute various programs directly from the disk for unknown reasons - rtl8723bs driver fixes for issues found by Hans in testing The deleted driver is the removal of the r8188eu wireless driver as now in 6.3-rc1 we have a "real" wifi driver for one that includes support for many many more devices than this old driver did. So it's time to remove it as it is no longer needed. The maintainers of this driver all have acked its removal. Many thanks to them over the years for working to clean it up and keep it working while the real driver was being developed. All of these have been in linux-next this week with no reported problems" * tag 'staging-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: staging: r8188eu: delete driver staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss() staging: rtl8723bs: Fix key-store index handling staging: rtl8192e: Remove call_usermodehelper starting RadioPower.sh staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a script
2 parents d3d0cac + fdf6c23 commit 1342316

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+39
-51308
lines changed

MAINTAINERS

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19864,13 +19864,6 @@ S: Maintained
1986419864
W: http://wiki.laptop.org/go/DCON
1986519865
F: drivers/staging/olpc_dcon/
1986619866

19867-
STAGING - REALTEK RTL8188EU DRIVERS
19868-
M: Larry Finger <Larry.Finger@lwfinger.net>
19869-
M: Phillip Potter <phil@philpotter.co.uk>
19870-
R: Pavel Skripkin <paskripkin@gmail.com>
19871-
S: Supported
19872-
F: drivers/staging/r8188eu/
19873-
1987419867
STAGING - REALTEK RTL8712U DRIVERS
1987519868
M: Larry Finger <Larry.Finger@lwfinger.net>
1987619869
M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.

drivers/staging/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ source "drivers/staging/rtl8723bs/Kconfig"
3636

3737
source "drivers/staging/rtl8712/Kconfig"
3838

39-
source "drivers/staging/r8188eu/Kconfig"
40-
4139
source "drivers/staging/rts5208/Kconfig"
4240

4341
source "drivers/staging/octeon/Kconfig"

drivers/staging/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ obj-$(CONFIG_RTL8192U) += rtl8192u/
88
obj-$(CONFIG_RTL8192E) += rtl8192e/
99
obj-$(CONFIG_RTL8723BS) += rtl8723bs/
1010
obj-$(CONFIG_R8712U) += rtl8712/
11-
obj-$(CONFIG_R8188EU) += r8188eu/
1211
obj-$(CONFIG_RTS5208) += rts5208/
1312
obj-$(CONFIG_OCTEON_ETHERNET) += octeon/
1413
obj-$(CONFIG_VT6655) += vt6655/

drivers/staging/r8188eu/Kconfig

Lines changed: 0 additions & 16 deletions
This file was deleted.

drivers/staging/r8188eu/Makefile

Lines changed: 0 additions & 48 deletions
This file was deleted.

drivers/staging/r8188eu/TODO

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)