mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-03-04 07:00:49 +01:00

After recent changes fixing wait_for_object_condition it was accidentally made to only work with classes, not other types of objects. Instead create a minimal class to hold _wait_timed_out so it doesnt rely on 'obj' holding the boolean.