]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/net.c
add a lot of copyright headers
[netwatch.git] / net / net.c
index 0b573214256e4c975af7a78a1c68d0f1dd538c6c..1462f09e30ae44c466140949299598820b99e743 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -1,3 +1,13 @@
+/* net.c
+ * Top-level network glue code
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree.
+ *
+ */
+
 #include <pci.h>
 #include <smram.h>
 #include <pci-bother.h>
@@ -83,7 +93,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.022657 seconds and 4 git commands to generate.