From 4aa306c740bcd4b2ce19ad853aae906cd904f4e5 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sun, 30 Mar 2025 12:23:12 -0300 Subject: [PATCH] drivers_network: bump rtl8812au for 6.14.y - https://github.com/aircrack-ng/rtl8812au/pull/1226 landed --- lib/functions/compilation/patch/drivers_network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/compilation/patch/drivers_network.sh b/lib/functions/compilation/patch/drivers_network.sh index 309df61c4a..545cb485c5 100644 --- a/lib/functions/compilation/patch/drivers_network.sh +++ b/lib/functions/compilation/patch/drivers_network.sh @@ -175,7 +175,7 @@ driver_rtl8811_rtl8812_rtl8814_rtl8821() { if linux-version compare "${version}" ge 3.14; then # Attach to specific commit (is branch:v5.6.4.2) - local rtl8812auver="commit:80d4ba5a672f69a4a8b2c4b4dacfe804844e6952" # Commit date: Feb 10, 2025 (please update when updating commit ref) + local rtl8812auver="commit:c3fb89a2f7066f4bf4e4d9d85d84f9791f14c83e" # Commit date: Mar 30, 2025 (please update when updating commit ref) display_alert "Adding" "Wireless drivers for Realtek 8811, 8812, 8814 and 8821 chipsets ${rtl8812auver}" "info"