]> git.pld-linux.org Git - packages/rtl8812au.git/blame - linux-4.3.patch
- rel 16
[packages/rtl8812au.git] / linux-4.3.patch
CommitLineData
80b26ae0
JR
1--- rtl8812au_linux-master/include/rtw_debug.h~ 2014-07-21 15:06:45.000000000 +0200
2+++ rtl8812au_linux-master/include/rtw_debug.h 2015-11-12 19:40:33.446227638 +0100
3@@ -227,7 +227,7 @@
4 if (sel == RTW_DBGDUMP)\
5 _DBG_871X_LEVEL(_drv_always_, fmt, ##arg); \
6 else {\
7- if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
8+ _seqdump(sel, fmt, ##arg) /*rtw_warn_on(1)*/; \
9 } \
10 }while(0)
11
12@@ -237,7 +237,7 @@
13 if (sel == RTW_DBGDUMP)\
14 DBG_871X_LEVEL(_drv_always_, fmt, ##arg); \
15 else {\
16- if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
17+ _seqdump(sel, fmt, ##arg) /*rtw_warn_on(1)*/; \
18 } \
19 }while(0)
20
This page took 0.043744 seconds and 4 git commands to generate.