mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 21:43:06 +00:00
rtl8188eu: Remove conditional #if 1
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
f0050d3365
commit
c25b5250a8
27 changed files with 2 additions and 373 deletions
|
@ -3000,7 +3000,6 @@ static int rtw_check_roaming_candidate(struct mlme_priv *mlme
|
|||
else
|
||||
goto exit;
|
||||
}
|
||||
#if 1
|
||||
if (rtw_get_passing_time_ms((u32)competitor->last_scanned) >= mlme->roam_scanr_exp_ms)
|
||||
goto exit;
|
||||
|
||||
|
@ -3009,10 +3008,6 @@ static int rtw_check_roaming_candidate(struct mlme_priv *mlme
|
|||
|
||||
if (*candidate != NULL && (*candidate)->network.Rssi >= competitor->network.Rssi)
|
||||
goto exit;
|
||||
#else
|
||||
goto exit;
|
||||
#endif
|
||||
|
||||
update:
|
||||
*candidate = competitor;
|
||||
updated = _TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue