rtl8188eu: Remove CONFIG_LONG_DELAY_ISSUE

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-12 22:43:43 -05:00
parent 0db3ae417e
commit 927e984c73
4 changed files with 0 additions and 30 deletions

View file

@ -33,11 +33,7 @@ odm_ConfigRFReg_8188E(
{
if (Addr == 0xffe)
{
#ifdef CONFIG_LONG_DELAY_ISSUE
ODM_sleep_ms(50);
#else
ODM_delay_ms(50);
#endif
}
else if (Addr == 0xfd)
{
@ -134,11 +130,7 @@ odm_ConfigBB_PHY_REG_PG_8188E(
)
{
if (Addr == 0xfe){
#ifdef CONFIG_LONG_DELAY_ISSUE
ODM_sleep_ms(50);
#else
ODM_delay_ms(50);
#endif
}
else if (Addr == 0xfd){
ODM_delay_ms(5);
@ -174,11 +166,7 @@ odm_ConfigBB_PHY_8188E(
)
{
if (Addr == 0xfe){
#ifdef CONFIG_LONG_DELAY_ISSUE
ODM_sleep_ms(50);
#else
ODM_delay_ms(50);
#endif
}
else if (Addr == 0xfd){
ODM_delay_ms(5);