]> git.pld-linux.org Git - packages/rtl8812au.git/commitdiff
- fix building with linux 4.3 auto/th/rtl8812au-4.3.2_11100.20140411-0.20140901.10
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 12 Nov 2015 18:47:27 +0000 (19:47 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 12 Nov 2015 18:47:27 +0000 (19:47 +0100)
- rel 10

linux-4.3.patch [new file with mode: 0644]
rtl8812au.spec

diff --git a/linux-4.3.patch b/linux-4.3.patch
new file mode 100644 (file)
index 0000000..9976219
--- /dev/null
@@ -0,0 +1,20 @@
+--- rtl8812au_linux-master/include/rtw_debug.h~        2014-07-21 15:06:45.000000000 +0200
++++ rtl8812au_linux-master/include/rtw_debug.h 2015-11-12 19:40:33.446227638 +0100
+@@ -227,7 +227,7 @@
+               if (sel == RTW_DBGDUMP)\
+                       _DBG_871X_LEVEL(_drv_always_, fmt, ##arg); \
+               else {\
+-                      if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
++                      _seqdump(sel, fmt, ##arg) /*rtw_warn_on(1)*/; \
+               } \
+       }while(0)
+@@ -237,7 +237,7 @@
+               if (sel == RTW_DBGDUMP)\
+                       DBG_871X_LEVEL(_drv_always_, fmt, ##arg); \
+               else {\
+-                      if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
++                      _seqdump(sel, fmt, ##arg) /*rtw_warn_on(1)*/; \
+               } \
+       }while(0)
index d5ceae481c6f3b99ea043b843e3ecede97a72ec1..03ab57ec1107ce1447dbfec726409694d91e6ec8 100644 (file)
@@ -4,7 +4,7 @@
 # nothing to be placed to debuginfo package
 %define                _enable_debug_packages  0
 
-%define                rel     9
+%define                rel     10
 %define                snap    20140901
 %define                pname   rtl8812au
 Summary:       Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter
@@ -29,6 +29,7 @@ Patch6:               linux-3.18.patch
 Patch7:                linux-4.0.patch
 Patch8:                linux-4.1.patch
 Patch9:                linux-4.2.patch
+Patch10:       linux-4.3.patch
 BuildRequires: rpmbuild(macros) >= 1.701
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRoot:     %{tmpdir}/%{pname}-%{version}-root-%(id -u -n)
@@ -80,6 +81,7 @@ Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter\
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 %{expand:%build_kernel_packages}
This page took 0.135241 seconds and 4 git commands to generate.