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

@ -1425,11 +1425,6 @@ void rtw_scan_abort(struct adapter *adapter)
if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY)) {
if (!adapter->bDriverStopped && !adapter->bSurpriseRemoved)
DBG_871X(FUNC_NDEV_FMT"waiting for scan_abort time out!\n", FUNC_NDEV_ARG(adapter->pnetdev));
#ifdef CONFIG_PLATFORM_MSTAR
/* _clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY); */
set_survey_timer(pmlmeext, 0);
_set_timer(&pmlmepriv->scan_to_timer, 50);
#endif
rtw_indicate_scan_done(adapter, true);
}
pmlmeext->scan_abort = false;