Synopsis
void ctl_mac_send(CTL_ETH_TX_FRAME_t *frame);
Description

ctl_mac_send sends the Ethernet frame frame to the MAC for transmission. Note that this can be called from any thread, not just the network thread dealing with TCP segments. For instance, UDP frames are sent in the context of the sending thread.