UDI/ne2000 - Incomplete TX implementation
[tpg/acess2.git] / UDI / drivers / net_ne2000 / ne2000_tx.c
index 111531d..22fc725 100644 (file)
 // === CODE ===
 void ne2k_nd_tx_channel_event_ind(udi_channel_event_cb_t *cb)
 {
-       // TODO: Set up tx cb(s)
 }
 
 void ne2k_nd_tx_tx_req(udi_nic_tx_cb_t *cb)
 {
        // TODO: TX request
-       
+       udi_debug_printf("ne2k_nd_tx_tx_req: %p\n", cb);
        udi_nsr_tx_rdy(cb);
 }
 

UCC git Repository :: git.ucc.asn.au