mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-02 08:56:52 +02: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.