mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rtwn: reduce shutdown time for RTL8188CE.
This commit is contained in:
parent
7f35637063
commit
1acd7ad907
1 changed files with 2 additions and 1 deletions
|
|
@ -69,6 +69,7 @@ r92ce_fw_reset(struct rtwn_softc *sc, int reason)
|
|||
* We must sleep for one second to let the firmware settle.
|
||||
* Accessing registers too early will hang the whole system.
|
||||
*/
|
||||
rtwn_delay(sc, 1000 * 1000);
|
||||
if (reason == RTWN_FW_RESET_DOWNLOAD)
|
||||
rtwn_delay(sc, 1000 * 1000);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue