]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/net.c
Another set of 3c90x style cleanups.
[netwatch.git] / net / net.c
index 0b573214256e4c975af7a78a1c68d0f1dd538c6c..25926af7dac5225d84cac8a765b90ce6c6ee9fbf 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -83,7 +83,7 @@ static err_t _transmit(struct netif *netif, struct pbuf *p)
 
 //     outputf("NIC: Transmit packet");
 
-       nic->transmit(p);
+       nic->transmit(nic, p);
 
        LINK_STATS_INC(link.xmit);
 
This page took 0.020937 seconds and 4 git commands to generate.