silence two RT_TRACE

they are flooding logs, keep them commented for now
This commit is contained in:
masterzorag
2017-05-11 16:49:07 +02:00
committed by CGarces
parent 3e0bf8d181
commit 8162bfd881
2 changed files with 4 additions and 5 deletions

View File

@@ -3030,7 +3030,8 @@ s32 rtw_free_xmitframe(struct xmit_priv *pxmitpriv, struct xmit_frame *pxmitfram
_func_enter_;
if (pxmitframe == NULL) {
RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("======rtw_free_xmitframe():pxmitframe==NULL!!!!!!!!!!\n"));
//keep quite for now
//RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("======rtw_free_xmitframe():pxmitframe==NULL!!!!!!!!!!\n"));
goto exit;
}