SHA256
1
0
forked from pool/rtl8812au

Accepting request 791123 from home:alarrosa:branches:hardware

- 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

OBS-URL: https://build.opensuse.org/request/show/791123
OBS-URL: https://build.opensuse.org/package/show/hardware/rtl8812au?expand=0&rev=18
This commit is contained in:
Antonio Larrosa 2020-04-03 08:09:57 +00:00 committed by Git OBS Bridge
parent 241b25c686
commit 9d356382f2
7 changed files with 34 additions and 19 deletions

View File

@ -1,9 +1,9 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/gordboy/rtl8812au.git</param>
<param name="url">https://github.com/gordboy/rtl8812au-5.6.4.2.git</param>
<param name="filename">rtl8812au</param>
<param name="versionformat">5.2.20.2+git%cd.%h</param>
<param name="versionformat">5.6.4.2+git%cd.%h</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="tar" mode="buildtime"/>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fe7230bf42c1c76fdabeba4254ac735e0294b09551f7774bd2a6405d028cc4b
size 14831117

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00c403a455fcffd94487f1fd88ede9f40ab6e5fc51d8c9aa9db2b0304ad68a2a
size 13901325

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Apr 3 07:20:53 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- 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 <alarrosa@suse.com>
@ -15,7 +30,7 @@ Mon May 27 00:32:15 UTC 2019 - Ryan Bach <romulasry@protonmail.com>
- 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
-------------------------------------------------------------------

View File

@ -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

View File

@ -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