]> git.pld-linux.org Git - packages/rtl8812au.git/commitdiff
- updated to latest snapshot with support for kernels up to 5.12
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 3 May 2021 06:07:26 +0000 (08:07 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 3 May 2021 06:07:26 +0000 (08:07 +0200)
kernel-5.11.patch [deleted file]
rtl8812au.spec

diff --git a/kernel-5.11.patch b/kernel-5.11.patch
deleted file mode 100644 (file)
index 73fcba8..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- rtl8812au-5.9.3.2-main/os_dep/linux/ioctl_cfg80211.c.orig  2020-12-14 10:07:30.000000000 +0100
-+++ rtl8812au-5.9.3.2-main/os_dep/linux/ioctl_cfg80211.c       2021-02-25 22:21:04.529544070 +0100
-@@ -456,7 +456,11 @@
- #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0))
-       if (started) {
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 11, 0))
-+              cfg80211_ch_switch_started_notify(adapter->pnetdev, &chdef, 0, false);
-+#else
-               cfg80211_ch_switch_started_notify(adapter->pnetdev, &chdef, 0);
-+#endif
-               goto exit;
-       }
- #endif
index 53b80c1d7cabbe7d008b43f1c40770afd6619bd0..b7b2195c9c90ad6fbf1d7a408db5a1b2b3ff4f17 100644 (file)
@@ -5,9 +5,9 @@
 # nothing to be placed to debuginfo package
 %define                _enable_debug_packages  0
 
-%define                rel     2
+%define                rel     1
 %define                basever 5.9.3.2
-%define                snap    20201218
+%define                snap    20205203
 %define                pname   rtl8812au
 Summary:       Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter
 Name:          %{pname}%{_alt_kernel}
@@ -17,9 +17,8 @@ Release:      %{rel}%{?_pld_builder:@%{_kernel_ver_str}}
 License:       GPL
 Group:         Base/Kernel
 Source0:       https://github.com/gordboy/%{pname}-%{basever}/archive/main/%{pname}-%{basever}-%{snap}.tar.gz
-# Source0-md5: b2516283a54880feaec4f3142223d614
+# Source0-md5: 2b10fc9d5b7af7aa6170779e7f1fa858
 Patch0:                designated_init.patch
-Patch1:                kernel-5.11.patch
 # good luck finding this chip on Realtek website :/
 #URL:          http://www.realtek.com.tw/
 URL:           https://github.com/gordboy/rtl8812au-5.9.3.2
@@ -65,7 +64,6 @@ Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter\
 %prep
 %setup -q -n %{pname}-%{basever}-main
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{expand:%build_kernel_packages}
This page took 0.2007 seconds and 4 git commands to generate.