mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-22 13:35:00 +00:00
silence two RT_TRACE
they are flooding logs, keep them commented for now
This commit is contained in:
parent
3e0bf8d181
commit
8162bfd881
@ -3030,7 +3030,8 @@ s32 rtw_free_xmitframe(struct xmit_priv *pxmitpriv, struct xmit_frame *pxmitfram
|
|||||||
_func_enter_;
|
_func_enter_;
|
||||||
|
|
||||||
if (pxmitframe == NULL) {
|
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;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -401,13 +401,11 @@ int recvbuf2recvframe(PADAPTER padapter, void *ptr)
|
|||||||
|
|
||||||
if(pattrib->physt && pphy_status)
|
if(pattrib->physt && pphy_status)
|
||||||
rx_query_phy_status(precvframe, pphy_status);
|
rx_query_phy_status(precvframe, pphy_status);
|
||||||
|
|
||||||
if(rtw_recv_entry(precvframe) != _SUCCESS)
|
if(rtw_recv_entry(precvframe) != _SUCCESS)
|
||||||
{
|
{
|
||||||
RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,
|
//keep quite for now
|
||||||
("recvbuf2recvframe: rtw_recv_entry(precvframe) != _SUCCESS\n"));
|
//RT_TRACE(_module_rtl871x_recv_c_,_drv_err_, ("recvbuf2recvframe: rtw_recv_entry(precvframe) != _SUCCESS\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else{ // pkt_rpt_type == TX_REPORT1-CCX, TX_REPORT2-TX RTP,HIS_REPORT-USB HISR RTP
|
else{ // pkt_rpt_type == TX_REPORT1-CCX, TX_REPORT2-TX RTP,HIS_REPORT-USB HISR RTP
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user