Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wifi: Switch to mainline driver for RTL8723CS, RTL8811CU, RTL8821C, RTL8192EU from 6.10 onwards #6703

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
wifi: rtl8192eu: Switch to RTL8XXXU driver from 6.11 onwards
Support for RTL8192EU has been added via the RTL8XXXU a while back, as seen in the
Linux kernel folder at "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"
  • Loading branch information
ColorfulRhino committed Jun 6, 2024
commit 14167a22757f3646ffbb9eec92cc07972d0356b4
3 changes: 2 additions & 1 deletion lib/functions/compilation/patch/drivers_network.sh
Original file line number Diff line number Diff line change
@@ -130,7 +130,8 @@ driver_rtl8192EU() {

# Wireless drivers for Realtek 8192EU chipsets

if linux-version compare "${version}" ge 3.14; then
# RTL8192EU is supported by mainline driver RTL8XXXU as seen in the Linux kernel folder at "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" le 6.10; then

# Attach to specific commit (was "branch:realtek-4.4.x")
local rtl8192euver='commit:a5ac6789a78a4f5ca0bf157a0f62385ea034cb9c' # Commit date: May 18, 2024 (please update when updating commit ref)