Name
sis900_finish_xmit —
finish up transmission of packets
Synopsis
void sis900_finish_xmit (
struct net_device * net_dev)
;
Arguments
net_dev
the net device to be transmitted on
Description
Check for error condition and free socket buffer etc
schedule for more transmission as needed
Note
This fucntion is called by interrupt handler,
don't do “too much” work here