summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJianzheng Zhou <jianzheng.zhou@freescale.com>2013-08-16 16:37:00 +0800
committerJianzheng Zhou <jianzheng.zhou@freescale.com>2013-08-16 16:49:34 +0800
commit49d31297c0d4c1df80159c5f9784c4633fbb9910 (patch)
treeb35ad64d4be0041923471ab1037558c5ac2e4c48
parent08967e3cf25b32dae50ca5455cd862ec86b06586 (diff)
ENGR00275408 Wifi: fix rtl8723as reopen error issue
We enable WOW mode last commit, it will try to set mmc host's power capability to keep power on at some points. Delete this act which is bond with one force scan action. For we didn't add force scan function in it. We are using runtime_pm feature to trigger scan when doing init. Signed-off-by: Jianzheng Zhou <jianzheng.zhou@freescale.com>
-rwxr-xr-xdrivers/net/wireless/rtl8723as/os_dep/linux/sdio_intf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtl8723as/os_dep/linux/sdio_intf.c b/drivers/net/wireless/rtl8723as/os_dep/linux/sdio_intf.c
index bc65499fe719..51abf690212e 100755
--- a/drivers/net/wireless/rtl8723as/os_dep/linux/sdio_intf.c
+++ b/drivers/net/wireless/rtl8723as/os_dep/linux/sdio_intf.c
@@ -288,7 +288,6 @@ _func_enter_;
sdio_claim_host(func);
sdio_set_drvdata(func, dvobj);
mmc_host = func->card->host;
- sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
sdio_release_host(func);
#else
sdio_set_drvdata(func, dvobj);