rtwn: fix firmware readiness check in rtwn_load_firmware().
This commit is contained in:
parent
56a46c9acf
commit
5cd63e8466
@ -2204,7 +2204,7 @@ rtwn_load_firmware(struct rtwn_softc *sc)
|
||||
break;
|
||||
DELAY(50);
|
||||
}
|
||||
if (ntries == 1000) {
|
||||
if (ntries == 2000) {
|
||||
device_printf(sc->sc_dev,
|
||||
"timeout waiting for firmware readiness\n");
|
||||
error = ETIMEDOUT;
|
||||
|
Loading…
Reference in New Issue
Block a user