mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2026-04-25 15:28:30 +02: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.