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: rtl8821c: Switch to RTW88 driver from 6.11 onwards
Support for RTL8821C (and RTL8811CU which is the same chip as RTL8821CU
but without Bluetooth)has been supported by the RTW88 driver as seen in this
commit for example:
torvalds/linux@605d7c0

Switch over to this driver from 6.11 onwards to give the driver a little bit of
time for potential improvements and fixes.
  • Loading branch information
ColorfulRhino committed Jun 6, 2024
commit fa5e948dc4d7ef828027e4c48acd919faea3d48a
4 changes: 3 additions & 1 deletion lib/functions/compilation/patch/drivers_network.sh
Original file line number Diff line number Diff line change
@@ -251,7 +251,9 @@ driver_xradio_xr819() {
driver_rtl8811CU_rtl8821C() {
# Wireless drivers for Realtek RTL8811CU and RTL8821C chipsets

if linux-version compare "${version}" ge 3.14; then
# Support for these chips is included in the mainline RTW88 driver as seen in this commit for example:
# https://github.com/torvalds/linux/commit/605d7c0b05eecb985273b1647070497142c470d3
if linux-version compare "${version}" ge 3.14 && linux-version compare "${version}" le 6.10; then

# Attach to specific commit (is branch:main)
local rtl8811cuver="commit:3eacc28b721950b51b0249508cc31e6e54988a0c" # Commit date: May 3, 2024 (please update when updating commit ref)