rtl8188eu: Remove DBG_CONFIG_ERROR_DETECT

This variable is selected.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 17:05:40 -05:00
parent 46ae193f1d
commit f50db5cd2c
16 changed files with 9 additions and 73 deletions

View file

@ -9283,12 +9283,9 @@ void linked_status_chk(_adapter *padapter)
if (padapter->bRxRSSIDisplay)
_linked_rx_signal_strehgth_display(padapter);
#ifdef DBG_CONFIG_ERROR_DETECT
rtw_hal_sreset_linked_status_check(padapter);
#endif
if (is_client_associated_to_ap(padapter))
{
if (is_client_associated_to_ap(padapter)) {
/* linked infrastructure client mode */
int tx_chk = _SUCCESS, rx_chk = _SUCCESS;