mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-03-09 20:10:48 +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.