Skip to content
Commit 93cdae50 authored by Anthony Merlino's avatar Anthony Merlino
Browse files

ieee802154: Improves internal timer logic to handle work serially

Before, the MAC timer used a watchdog to schedule work with the high priority worker queue.  However, since everything in the MAC is supposed to be serialized through the use of the high priority work queue, but the timer uses a watchdog, there are some unintended consequences. To simplify, we now use the delayed work feature of the work queue.
parent 19de3372
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment