rtl8188eu: Remove CONFIG_DBG_P2P

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-21 20:37:56 -05:00
parent 7af1e2fdad
commit 5175f81cb1
3 changed files with 0 additions and 88 deletions

View file

@ -7398,9 +7398,6 @@ void site_survey(_adapter *padapter)
/* This will let the following flow to run the scanning end. */
rtw_p2p_findphase_ex_set(pwdinfo, P2P_FINDPHASE_EX_MAX);
}
#ifdef CONFIG_DBG_P2P
DBG_88E( "[%s] find phase exchange cnt = %d\n", __func__, pwdinfo->find_phase_state_exchange_cnt );
#endif
}
if (rtw_p2p_findphase_ex_is_needed(pwdinfo))