rtl8199eu: Remove all PLATFORM_LINUX ifdefs

This option is always chosen.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-11 00:30:22 -05:00
parent bb27b28f6e
commit 1c5cb9ca00
33 changed files with 12 additions and 910 deletions

View file

@ -268,7 +268,6 @@ _func_enter_;
handle_tkip_countermeasure:
/* should we add something here...? */
#ifdef PLATFORM_LINUX
if (padapter->securitypriv.btkip_countermeasure == true) {
cur_time = rtw_get_current_time();
@ -283,7 +282,6 @@ handle_tkip_countermeasure:
goto release_mlme_lock;
}
}
#endif
_rtw_memcpy(&pmlmepriv->assoc_bssid, bssid, ETH_ALEN);
pmlmepriv->assoc_by_bssid=true;
@ -399,7 +397,6 @@ _func_enter_;
handle_tkip_countermeasure:
#ifdef PLATFORM_LINUX
if (padapter->securitypriv.btkip_countermeasure == true) {
cur_time = rtw_get_current_time();
@ -414,7 +411,6 @@ handle_tkip_countermeasure:
goto release_mlme_lock;
}
}
#endif
#ifdef CONFIG_VALIDATE_SSID
if (rtw_validate_ssid(ssid) == false) {