[packages/rtl8812au] - fix building with kernel 5.2 - rel 3
baggins
baggins at pld-linux.org
Fri Jul 12 15:32:53 CEST 2019
commit 4b50b2c9e26d0683956ca7c3f9e9839895eba423
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Jul 12 15:32:23 2019 +0200
- fix building with kernel 5.2
- rel 3
kernel-5.2.patch | 47 +++++++++++++++++++++++++++++++++++++++++++++++
rtl8812au.spec | 4 +++-
2 files changed, 50 insertions(+), 1 deletion(-)
---
diff --git a/rtl8812au.spec b/rtl8812au.spec
index 9c1af3b..6168fa8 100644
--- a/rtl8812au.spec
+++ b/rtl8812au.spec
@@ -5,7 +5,7 @@
# nothing to be placed to debuginfo package
%define _enable_debug_packages 0
-%define rel 2
+%define rel 3
%define snap 20190309
%define pname rtl8812au
Summary: Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter
@@ -18,6 +18,7 @@ Group: Base/Kernel
Source0: https://github.com/gordboy/rtl8812au/archive/master/%{pname}-%{version}-%{snap}.tar.gz
# Source0-md5: 5b5b12a758b949dd6fd76fe557084462
Patch0: kernel-5.1.patch
+Patch1: kernel-5.2.patch
# good luck finding this chip on Realtek website :/
#URL: http://www.realtek.com.tw/
URL: https://github.com/gordboy/rtl8812au
@@ -63,6 +64,7 @@ Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter\
%prep
%setup -q -n %{pname}-master
%patch0 -p1
+%patch1 -p1
%build
%{expand:%build_kernel_packages}
diff --git a/kernel-5.2.patch b/kernel-5.2.patch
new file mode 100644
index 0000000..99c7191
--- /dev/null
+++ b/kernel-5.2.patch
@@ -0,0 +1,47 @@
+From 6faa3eaf8916667cb7f4ab59923b3608e6ab7b18 Mon Sep 17 00:00:00 2001
+From: gordboy <35108003+gordboy at users.noreply.github.com>
+Date: Mon, 20 May 2019 21:29:44 +0100
+Subject: [PATCH] Update README.md for 5.2 kernel fix
+
+---
+ README.md | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/README.md b/README.md
+index 074018d..98238ab 100644
+--- a/README.md
++++ b/README.md
+@@ -4,7 +4,7 @@
+
+ Only supports 8812AU chipset.
+
+-Works fine with 5.1-rc1 kernel. Source now builds with no warnings or errors.
++Works fine with 5.2-rc1 kernel. Source now builds with no warnings or errors.
+
+ Greatly improved stability due to huge rewrite of phydm - "4 second glitch" seems to have been fixed, or at least vastly reduced, in driver version 5.2.20.2.
+
+From b353639a70631dc6c88af3cbea1ff7b28b888630 Mon Sep 17 00:00:00 2001
+From: Hansruedi Patzen <hp at revy.ch>
+Date: Tue, 14 May 2019 15:10:12 +0200
+Subject: [PATCH] linux-5.2: disable fallback from rtw_select_queue
+
+The fallback parameter has been removed in the latest kernel (>= 5.2)
+
+See: https://github.com/torvalds/linux/commit/a350eccee5830d9a1f29e393a88dc05a15326d44
+---
+ os_dep/linux/os_intfs.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/os_dep/linux/os_intfs.c b/os_dep/linux/os_intfs.c
+index 5da6a49..49ce4d8 100644
+--- a/os_dep/linux/os_intfs.c
++++ b/os_dep/linux/os_intfs.c
+@@ -1286,7 +1286,7 @@ static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb
+ #else
+ , struct net_device *sb_dev
+ #endif
+- #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
++ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 2, 0))
+ , select_queue_fallback_t fallback
+ #endif
+ #endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rtl8812au.git/commitdiff/4b50b2c9e26d0683956ca7c3f9e9839895eba423
More information about the pld-cvs-commit
mailing list