wl1251: timeout one too soon in wl1251_boot_run_firmware()
[deliverable/linux.git] / drivers / net / wireless / wl12xx / wl1251_boot.c
index 2e733e7bdfd41453f77f3a607e0e7cc2da3bee4c..28a808674080952b73e1615fefcba75d784ef406 100644 (file)
@@ -256,7 +256,7 @@ int wl1251_boot_run_firmware(struct wl1251 *wl)
                }
        }
 
-       if (loop >= INIT_LOOP) {
+       if (loop > INIT_LOOP) {
                wl1251_error("timeout waiting for the hardware to "
                             "complete initialization");
                return -EIO;
This page took 0.024762 seconds and 5 git commands to generate.