wifi: rtl8723as add sdio_reset

This commit is contained in:
wdc
2013-07-01 16:03:39 +08:00
parent e4296d02c6
commit bdf9f95e32

View File

@@ -1690,8 +1690,12 @@ static int mmc_rescan_try_freq(struct mmc_host *host, unsigned freq)
{
mmc_go_idle(host);
}
#else
#if defined(CONFIG_RTL8723AS)
sdio_reset(host); //make no sense; noteed by xbw at 2011-12-14
#else
//sdio_reset(host); //make no sense; noteed by xbw at 2011-12-14
#endif
mmc_go_idle(host);
if (!(init_ret=mmc_attach_sdio(host)))