aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/board-midas-wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/board-midas-wlan.c')
-rw-r--r--arch/arm/mach-exynos/board-midas-wlan.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/board-midas-wlan.c b/arch/arm/mach-exynos/board-midas-wlan.c
index 5d9a584..409b3bb 100644
--- a/arch/arm/mach-exynos/board-midas-wlan.c
+++ b/arch/arm/mach-exynos/board-midas-wlan.c
@@ -196,8 +196,13 @@ static int brcm_wlan_set_carddetect(int onoff)
udelay(200);
+#ifdef CONFIG_MACH_KONA
+ mmc_force_presence_change_onoff(&s3c_device_hsmmc3, onoff);
+ /*temporal code for Kona-Wi-Fi*/
+#else
mmc_force_presence_change(&s3c_device_hsmmc3);
/* msleep(500); wait for carddetect */
+#endif
return 0;
}