core: make _start_transmit / _stop_transmit async-only
For now at least, these APIs are always used in an asynchronous context, so stop using the defer mechanism.
Showing
Please register or sign in to comment
For now at least, these APIs are always used in an asynchronous context, so stop using the defer mechanism.