This task is reponsible for removing packets from the driver send queue and sending them to the device. The task should block waiting for an event from the
driver start function indicating that packets are waiting to be transmitted.
When the transmit task has drained the driver send queue the task should clear
the IFF_OACTIVE
bit in if_flags
and block until another outgoing
packet is queued.
Copyright © 1988-2008 OAR Corporation