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