rtwn: fix firmware readiness check in rtwn_load_firmware().

This commit is contained in:
avos 2016-09-06 11:08:32 +00:00
parent 56a46c9acf
commit 5cd63e8466

View File

@ -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;