]> git.pld-linux.org Git - packages/rtl8812au.git/commitdiff
- fix building with kernel 5.2 auto/th/rtl8812au-5.2.20.2-0.20190309.3
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 12 Jul 2019 13:32:23 +0000 (15:32 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 12 Jul 2019 13:32:23 +0000 (15:32 +0200)
- rel 3

kernel-5.2.patch [new file with mode: 0644]
rtl8812au.spec

diff --git a/kernel-5.2.patch b/kernel-5.2.patch
new file mode 100644 (file)
index 0000000..99c7191
--- /dev/null
@@ -0,0 +1,47 @@
+From 6faa3eaf8916667cb7f4ab59923b3608e6ab7b18 Mon Sep 17 00:00:00 2001
+From: gordboy <35108003+gordboy@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@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
index 9c1af3b855d380fa661ae3563b3a530fb66b6856..6168fa80f9a7df82a0c356f600481c41033ad35f 100644 (file)
@@ -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}
This page took 0.187271 seconds and 4 git commands to generate.