mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-12-11 20:47:47 +01:00
The wait_for_event() function allows past events to cause this function to return immediately. This behavior is known, and relied on for some tests. But in some cases you want to only handle _new_ events, so we need a way to clear out prior events.