]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/net.c
Be more quiet about this whole transmit and receive business. This time, we actually...
[netwatch.git] / net / net.c
index 3e6130f382b259a9c41a826dfef52f11e76a8b0f..5d0c75b4ebb69d767bc73231711beafbc6845e26 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -46,7 +46,7 @@ void eth_poll()
 
        if ((p = _nic->recv(_nic)) != NULL)
        {
-               outputf("NIC: Packet: %d bytes", p->tot_len);
+//             outputf("NIC: Packet: %d bytes", p->tot_len);
                        
                LINK_STATS_INC(link.recv);
                
@@ -74,7 +74,7 @@ static err_t _transmit(struct netif *netif, struct pbuf *p)
 {
        struct nic *nic = netif->state;
 
-       outputf("NIC: Transmit packet");
+//     outputf("NIC: Transmit packet");
 
        nic->transmit(p);
 
This page took 0.02349 seconds and 4 git commands to generate.