rtl8188eu: Remove rest of dead code depending on CONFIG_MP_INCLUDED

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-15 13:49:38 -06:00
parent 4ee8d3010d
commit 2caee63170
10 changed files with 0 additions and 2901 deletions

View file

@ -1364,14 +1364,6 @@ u16 rtw_get_cur_max_rate(_adapter *adapter)
u32 ht_ielen = 0;
#endif
#ifdef CONFIG_MP_INCLUDED
if (adapter->registrypriv.mp_mode == 1)
{
if (check_fwstate(pmlmepriv, WIFI_MP_STATE) == _TRUE)
return 0;
}
#endif
if((check_fwstate(pmlmepriv, _FW_LINKED) != _TRUE)
&& (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) != _TRUE))
return 0;