Skip to content

Commit ff941a6

Browse files
amazingfateigorpecovnik
authored andcommitted
remove wifi patches for kernel v6.16 merged upstream
1 parent a401086 commit ff941a6

File tree

4 files changed

+4
-325
lines changed

4 files changed

+4
-325
lines changed

lib/functions/compilation/patch/drivers_network.sh

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ driver_rtl8189ES() {
4141
if linux-version compare "${version}" ge 3.14; then
4242

4343
# Attach to specific commit (was "branch:master")
44-
local rtl8189esver='commit:7b43c5c7971eabea263dc2b6cc0928b84323f310' # Commit date: 2025-04-30 (please update when updating commit ref)
44+
local rtl8189esver='commit:07f03cf721f5e0317012ece4159834327680ba8b' # Commit date: 2025-06-21 (please update when updating commit ref)
4545

4646
display_alert "Adding" "Wireless drivers for Realtek 8189ES chipsets ${rtl8189esver}" "info"
4747

@@ -77,9 +77,6 @@ driver_rtl8189ES() {
7777

7878
# fix compilation for kernels >= 5.4.251
7979
process_patch_file "${SRC}/patch/misc/wireless-rtl8189es-Fix-building-on-5.4.251-kernel.patch" "applying"
80-
81-
# fix compilation for kernels >= 6.16
82-
process_patch_file "${SRC}/patch/misc/wireless-rtl8189es-Fix-v6.16.patch" "applying"
8380
fi
8481
}
8582

@@ -90,7 +87,7 @@ driver_rtl8189FS() {
9087
if linux-version compare "${version}" ge 3.14; then
9188

9289
# Attach to specific commit (was "branch:rtl8189fs")
93-
local rtl8189fsver='commit:06e89edce6817616d963414825dccf87094a7e54' # Commit date: 2025-05-04 (please update when updating commit ref)
90+
local rtl8189fsver='commit:d0f15f392570499f3e48f6d157c89cadf393a739' # Commit date: 2025-06-21 (please update when updating commit ref)
9491

9592
display_alert "Adding" "Wireless drivers for Realtek 8189FS chipsets ${rtl8189fsver}" "info"
9693

@@ -136,7 +133,7 @@ driver_rtl8192EU() {
136133
if linux-version compare "${version}" ge 3.14; then
137134

138135
# Attach to specific commit (was "branch:realtek-4.4.x")
139-
local rtl8192euver='commit:27aa922c298f2be240eec6c2e8636fe865ece195' # Commit date: 2025-05-04 (please update when updating commit ref)
136+
local rtl8192euver='commit:c2f491f0e42c438a29b207e96429b4d76c581a03' # Commit date: 2025-06-23 (please update when updating commit ref)
140137

141138
display_alert "Adding" "Wireless drivers for Realtek 8192EU chipsets ${rtl8192euver}" "info"
142139

@@ -168,9 +165,6 @@ driver_rtl8192EU() {
168165

169166
# fix compilation for kernels >= 5.4.251
170167
process_patch_file "${SRC}/patch/misc/wireless-rtl8192eu-Fix-building-on-5.4.251-kernel.patch" "applying"
171-
172-
# fix compilation for kernels >= 6.16
173-
process_patch_file "${SRC}/patch/misc/wireless-rtl8192eu-Fix-v6.16.patch" "applying"
174168
fi
175169
}
176170

@@ -644,7 +638,7 @@ driver_rtl8723DS() {
644638
if linux-version compare "${version}" ge 5.0; then
645639

646640
# Attach to specific commit (was "branch:master")
647-
local rtl8723dsver='commit:86e3c4d2203b7f977d36a17c24efe0549afc6e31' # Commit date: 2025-05-14 (please update when updating commit ref)
641+
local rtl8723dsver='commit:09a2b3e94d14cc2a0012d5b74101c6acf1ef0872' # Commit date: 2025-06-28 (please update when updating commit ref)
648642

649643
display_alert "Adding" "Wireless drivers for Realtek 8723DS chipsets ${rtl8723dsver}" "info"
650644

@@ -677,9 +671,6 @@ driver_rtl8723DS() {
677671

678672
# fix compilation for kernels >= 5.4
679673
process_patch_file "${SRC}/patch/misc/wireless-rtl8723ds-Fix-VFS-import.patch" "applying"
680-
681-
# fix compilation for kernels >= 6.16
682-
process_patch_file "${SRC}/patch/misc/wireless-rtl8723ds-Fix-v6.16.patch" "applying"
683674
fi
684675
}
685676

patch/misc/wireless-rtl8189es-Fix-v6.16.patch

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

patch/misc/wireless-rtl8192eu-Fix-v6.16.patch

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

patch/misc/wireless-rtl8723ds-Fix-v6.16.patch

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

0 commit comments

Comments
 (0)