aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-11-25 18:20:54 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2012-11-25 18:21:35 +0700
commite58990bfa7ed1d795dd0c934ed97ab49c1174d59 (patch)
tree3d45d4eb53e3d8827a82ebe33e8cbae6cd480146
parentcc7f0ca4b92d7da9d3a7bd674bfd454cc69e7780 (diff)
downloadkernel_samsung_aries-e58990bfa7ed1d795dd0c934ed97ab49c1174d59.zip
kernel_samsung_aries-e58990bfa7ed1d795dd0c934ed97ab49c1174d59.tar.gz
kernel_samsung_aries-e58990bfa7ed1d795dd0c934ed97ab49c1174d59.tar.bz2
ARM: aries: Increase delay to 200 ms in wlan power on
Fixes sdio timed out (-110) for some users Change-Id: I0adc9e7b8706fa8eddbb67e2b616067ea5e21991
-rw-r--r--arch/arm/mach-s5pv210/mach-aries.c2
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);