mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Remove XX_PLATFORM_YY
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
90df80d763
commit
e542073502
8 changed files with 0 additions and 103 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue