diff options
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-aries.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-aries.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/mach-aries.c b/arch/arm/mach-s5pv210/mach-aries.c index b4c1c11..84f7620 100644 --- a/arch/arm/mach-s5pv210/mach-aries.c +++ b/arch/arm/mach-s5pv210/mach-aries.c @@ -4851,7 +4851,7 @@ static int wlan_power_en(int onoff) s3c_gpio_slp_setpull_updown(GPIO_WLAN_BT_EN, S3C_GPIO_PULL_NONE); - msleep(80); + msleep(200); } else { gpio_set_value(GPIO_WLAN_nRST, GPIO_LEVEL_LOW); s3c_gpio_slp_cfgpin(GPIO_WLAN_nRST, S3C_GPIO_SLP_OUT0); |