rtl8188eu: Remove dead code associated with CONFIG_CONCURRENT snd CONFIG_DUALMAC_CONCURRENT

These two configuration parameters are only associated with the RTL8192DU
device, and can be removed here.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-11 22:50:49 -05:00
parent e79535e153
commit 7c593a903d
30 changed files with 103 additions and 4328 deletions

View file

@ -91,19 +91,6 @@ _func_enter_;
return ret;
}
#ifdef CONFIG_CONCURRENT_MODE
if (padapter->adapter_type > PRIMARY_ADAPTER)
{
padapter = padapter->pbuddy_adapter;
}
pHalData = GET_HAL_DATA(padapter);
_enter_critical_mutex(padapter->ph2c_fwcmd_mutex, NULL);
#endif
if (!pCmdBuffer) {
goto exit;
}
@ -165,10 +152,6 @@ _func_enter_;
exit:
#ifdef CONFIG_CONCURRENT_MODE
_exit_critical_mutex(padapter->ph2c_fwcmd_mutex, NULL);
#endif
_func_exit_;
return ret;
@ -228,11 +211,6 @@ void rtl8188e_Add_RateATid(PADAPTER pAdapter, u32 bitmap, u8 arg, u8 rssi_level)
u8 macid, init_rate, raid, shortGIrate=false;
#ifdef CONFIG_CONCURRENT_MODE
if (rtw_buddy_adapter_up(pAdapter) && pAdapter->adapter_type > PRIMARY_ADAPTER)
pHalData = GET_HAL_DATA(pAdapter->pbuddy_adapter);
#endif /* CONFIG_CONCURRENT_MODE */
macid = arg&0x1f;
#ifdef CONFIG_ODM_REFRESH_RAMASK