rtl8188eu: Remove the PLATFORM_LINUX tests

This configuration parameter is always selected.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-15 18:29:43 -06:00
parent dd606233f2
commit 62ef49de15
46 changed files with 6 additions and 870 deletions

View file

@ -277,18 +277,11 @@ _func_enter_;
(check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)==_TRUE ) )
lifetime = 1;
if(!isfreeall)
{
#ifdef PLATFORM_LINUX
if (!isfreeall) {
delta_time = (curr_time -pnetwork->last_scanned)/HZ;
if(delta_time < lifetime)// unit:sec
{
if (delta_time < lifetime)// unit:sec
goto exit;
}
#endif
}
_enter_critical_bh(&free_queue->lock, &irqL);