Added pm_flag MMC_PM_KEEP_POWER for WLAN. The WLAN firmware of ar6003 hw 2.0 doesn't support this feature. After turning on WLAN in Origen without this flag, WLAN will lose all connection to Access Point.
Signed-off-by: Sangwook Lee sangwook.lee@linaro.org --- arch/arm/mach-exynos/mach-origen.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index de06601..f531f60 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c @@ -512,6 +512,7 @@ static struct s3c_sdhci_platdata origen_hsmmc3_pdata __initdata = { .max_width = 4, .host_caps = MMC_CAP_4_BIT_DATA | MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED, + .pm_caps = MMC_PM_KEEP_POWER, .cd_type = S3C_SDHCI_CD_EXTERNAL, .ext_cd_init = origen_wifi_status_register, };