diff --git a/_service b/_service index fe2b985..db3414f 100644 --- a/_service +++ b/_service @@ -1,9 +1,9 @@ git - https://github.com/gordboy/rtl8812au.git + https://github.com/gordboy/rtl8812au-5.6.4.2.git rtl8812au - 5.2.20.2+git%cd.%h + 5.6.4.2+git%cd.%h diff --git a/fix-backported-ndo_select_queue.patch b/fix-backported-ndo_select_queue.patch index c1e398d..f84389b 100644 --- a/fix-backported-ndo_select_queue.patch +++ b/fix-backported-ndo_select_queue.patch @@ -8,12 +8,12 @@ Index: rtl8812au-5.2.20.2/os_dep/linux/os_intfs.c =================================================================== --- rtl8812au-5.2.20.2.orig/os_dep/linux/os_intfs.c +++ rtl8812au-5.2.20.2/os_dep/linux/os_intfs.c -@@ -1281,7 +1281,7 @@ unsigned int rtw_classify8021d(struct sk +@@ -1359,7 +1359,7 @@ unsigned int rtw_classify8021d(struct sk static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0) -- #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 19, 0) -+ #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0) - , void *accel_priv - #else - , struct net_device *sb_dev +- #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 19, 0) ++ #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0) + , struct net_device *sb_dev + #else + , void *accel_priv diff --git a/rtl8812au-5.2.20.2+git20190904.30d47a0.obscpio b/rtl8812au-5.2.20.2+git20190904.30d47a0.obscpio deleted file mode 100644 index 8237d9c..0000000 --- a/rtl8812au-5.2.20.2+git20190904.30d47a0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fe7230bf42c1c76fdabeba4254ac735e0294b09551f7774bd2a6405d028cc4b -size 14831117 diff --git a/rtl8812au-5.6.4.2+git20200318.49e98ff.obscpio b/rtl8812au-5.6.4.2+git20200318.49e98ff.obscpio new file mode 100644 index 0000000..2d63f7e --- /dev/null +++ b/rtl8812au-5.6.4.2+git20200318.49e98ff.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c403a455fcffd94487f1fd88ede9f40ab6e5fc51d8c9aa9db2b0304ad68a2a +size 13901325 diff --git a/rtl8812au.changes b/rtl8812au.changes index 6e52a48..157de28 100644 --- a/rtl8812au.changes +++ b/rtl8812au.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Apr 3 07:20:53 UTC 2020 - Antonio Larrosa + +- Update to 5.6.4.2+git20200318.49e98ff + * Upstream changed the github repository, so changed it to since + the previous one is now marked as obsolete + * Works with (at least) a 5.6rc5 kernel + * Added device USB IDs. Added regdb files. + * Removed LED control, which was added for driver version 5.2.20 + * Users of NetworkManager need to add the following config option to + /etc/NetworkManager/NetworkManager.conf: + [device] + wifi.scan-rand-mac-address=no +- Rebase patch fix-backported-ndo_select_queue.patch + ------------------------------------------------------------------- Thu Oct 31 09:49:41 UTC 2019 - Antonio Larrosa @@ -15,7 +30,7 @@ Mon May 27 00:32:15 UTC 2019 - Ryan Bach - Update to 5.2.20.2+git1558384184.6faa3ea * Fixes to make it work with kernel 5.1 * Fixes to make it work with kernel 5.2 - + - Use obs_scm instead of depricated tar_scm service file for maintainability in the future ------------------------------------------------------------------- diff --git a/rtl8812au.obsinfo b/rtl8812au.obsinfo index ed18956..342e002 100644 --- a/rtl8812au.obsinfo +++ b/rtl8812au.obsinfo @@ -1,5 +1,5 @@ name: rtl8812au -version: 5.2.20.2+git20190904.30d47a0 -mtime: 1567553839 -commit: 30d47a0a3f43ccb19e8fd59fe93d74a955147bf2 +version: 5.6.4.2+git20200318.49e98ff +mtime: 1584541726 +commit: 49e98ff9bfdbe2ddce843808713de383132002e0 diff --git a/rtl8812au.spec b/rtl8812au.spec index 44fde4f..b037489 100644 --- a/rtl8812au.spec +++ b/rtl8812au.spec @@ -1,7 +1,7 @@ # # spec file for package rtl8812au # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: rtl8812au -Version: 5.2.20.2+git20190904.30d47a0 +Version: 5.6.4.2+git20200318.49e98ff Release: 0 Summary: Kernel driver for Realtek 802.11ac 8812au wifi cards License: GPL-2.0-only Group: System/Kernel -Url: https://github.com/gordboy/rtl8812au +URL: https://github.com/gordboy/rtl8812au-5.6.4.2 Source0: %{name}-%{version}.tar.xz Source1: %{name}-preamble Source2: LICENSE @@ -61,7 +61,7 @@ https://github.com/maurossi/rtl8812au/ . %prep %setup -q -%if 0%{?sle_version} >= 150100 +%if 0%{?sle_version} == 150100 %patch0 -p1 %endif