rtl8188eu: Remove CONFIG_LONG_DELAY_ISSUE

This symbol is always defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-02-27 20:05:06 -06:00
parent 72bd29ec15
commit 73821a9a55
2 changed files with 0 additions and 13 deletions

View file

@ -31,11 +31,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)
{
@ -132,11 +128,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);
} else if (Addr == 0xfc){
@ -164,11 +156,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);