@@ -138,14 +138,14 @@ driver_rtl8192EU() {
138138
139139 # Wireless drivers for Realtek 8192EU chipsets
140140
141- if linux-version compare " ${version} " ge 3.14 && linux-version compare " ${version} " lt 7.2 ; then
141+ if linux-version compare " ${version} " ge 3.14; then
142142
143143 # Attach to specific commit (was "branch:realtek-4.4.x")
144- local rtl8192euver=' commit:9c0511420da11214c68d8591b19459ba10892aab ' # Commit date: 2026-03-13 (please update when updating commit ref)
144+ local rtl8192euver=' commit:76d861773b97296bcf5b008309f740bcf7439398 ' # Commit date: 2026-06-30 (please update when updating commit ref)
145145
146146 display_alert " Adding" " Wireless drivers for Realtek 8192EU chipsets ${rtl8192euver} " " info"
147147
148- fetch_from_repo " $GITHUB_SOURCE /Mange /rtl8192eu-linux-driver" " rtl8192eu" " ${rtl8192euver} " " yes" # https://github.com/Mange /rtl8192eu-linux-driver
148+ fetch_from_repo " $GITHUB_SOURCE /EvilOlaf /rtl8192eu-linux-driver" " rtl8192eu" " ${rtl8192euver} " " yes" # https://github.com/EvilOlaf /rtl8192eu-linux-driver
149149 cd " $kerneldir " || exit
150150 rm -rf " $kerneldir /drivers/net/wireless/rtl8192eu"
151151 mkdir -p " $kerneldir /drivers/net/wireless/rtl8192eu/"
@@ -166,21 +166,6 @@ driver_rtl8192EU() {
166166 sed -i ' /source "drivers\/net\/wireless\/ti\/Kconfig"/a source "drivers\/net\/wireless\/rtl8192eu\/Kconfig"' \
167167 " $kerneldir /drivers/net/wireless/Kconfig"
168168
169- # fix compiler warnings - must be first before other patches
170- process_patch_file " ${SRC} /patch/misc/wireless-rtl8192eu-Fix-compile-warnings.patch" " applying"
171-
172- # fix -Wmissing-prototypes: static for file-private functions, prototypes in headers for cross-file
173- process_patch_file " ${SRC} /patch/misc/wireless-rtl8192eu-Fix-missing-prototypes.patch" " applying"
174-
175- process_patch_file " ${SRC} /patch/misc/wireless-rtl8192eu-Fix-p2p-go-advertising.patch" " applying"
176-
177- # fix compilation for kernels >= 5.4
178- process_patch_file " ${SRC} /patch/misc/wireless-rtl8192eu-Fix-VFS-import.patch" " applying"
179-
180- # fix compilation for kernels >= 7.1
181- if linux-version compare " ${version} " ge 7.1; then
182- process_patch_file " ${SRC} /patch/misc/wireless-rtl8192eu-linux-7.1.patch" " applying"
183- fi
184169 fi
185170}
186171
0 commit comments