Skip to content

Commit

Permalink
wifi: rtl8192eu: Switch to RTL8XXXU driver from 6.11 onwards
Browse files Browse the repository at this point in the history
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
1 parent fa5e948 commit 14167a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/functions/compilation/patch/drivers_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 14167a2

Please sign in to comment.