rtl8188eu: Remove XX_PLATFORM_YY

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-11 13:16:36 -05:00
parent 90df80d763
commit e542073502
8 changed files with 0 additions and 103 deletions

View file

@ -2551,22 +2551,6 @@ static int cfg80211_rtw_connect(struct wiphy *wiphy, struct net_device *ndev,
goto exit;
}
#ifdef CONFIG_PLATFORM_MSTAR
printk("MStar Android!\n");
if((wdev_to_priv(padapter->rtw_wdev))->bandroid_scan == false)
{
#ifdef CONFIG_P2P
struct wifidirect_info *pwdinfo= &(padapter->wdinfo);
if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE))
#endif /* CONFIG_P2P */
{
ret = -EBUSY;
printk("Android hasn't attached yet!\n");
goto exit;
}
}
#endif
if(_FAIL == rtw_pwr_wakeup(padapter)) {
ret= -EPERM;
goto exit;