mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
wifi: rtl8723as add sdio_reset
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user