Roel Kluin <roel.kluin@xxxxxxxxx> writes: > with `while (loop++ < INIT_LOOP)' `loop' reaches -1 after the loop. Sorry, my brains are on vacation mode right now and I can't understand how loop can reach -1. Here's the code: loop = 0; while (loop++ < INIT_LOOP) { ... } if (loop >= INIT_LOOP) { wl1251_error("timeout waiting for the hardware to " "complete initialization"); return -EIO; } What am I missing? Also the patch won't apply to wireless-testing because main.c is renamed to wl1251_main.c. -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html