On Mon, Feb 15, 2016 at 11:06:52AM +0000, Roy Marples wrote: > Can we not extend softint_schedule to take some user data? That way, > each call (which I'm assuming would be sequential) can carry the link > state change in the user data which can then be applied to the interface.
Sounds like a workqueue(9) then... Martin