Modified order of parameters for etharp_output() to match netif->output so etharp_output() can be used directly as netif->output to save one function call.

This commit is contained in:
goldsimon
2007-06-08 22:20:05 +00:00
parent 6b1dc21383
commit c028619cdd
4 changed files with 9 additions and 5 deletions

View File

@@ -19,7 +19,12 @@ HISTORY
++ New features:
2007-05-18 Simon Goldschmidt
2007-06-09 Simon Goldschmidt
* etharp.h, etharp.c, ethernetif.c: Modified order of parameters for
etharp_output() to match netif->output so etharp_output() can be used
directly as netif->output to save one function call.
2007-06-08 Simon Goldschmidt
* netif.h, ethernetif.c, slipif.c, loopif.c: Added define
NETIF_INIT_SNMP(netif, type, speed) to initialize per-netif snmp variables,
added initialization of those to ethernetif, slipif and loopif.