summaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorMichael Brown2006-04-24 17:33:06 +0200
committerMichael Brown2006-04-24 17:33:06 +0200
commitfdc2ee79db376b03710f9255720ce45c79022768 (patch)
treef1d8ea36b34b2490a17e40698d1c4e6741230932 /src/proto
parentObviate uip_init(); our bss is zeroed at startup already. (diff)
downloadipxe-fdc2ee79db376b03710f9255720ce45c79022768.tar.gz
ipxe-fdc2ee79db376b03710f9255720ce45c79022768.tar.xz
ipxe-fdc2ee79db376b03710f9255720ce45c79022768.zip
Network API now allows for multiple network devices (although the
implementation allows for only one, and does so without compromising on the efficiency of static allocation). Link-layer protocols are cleanly separated from the device drivers. Network-layer protocols are cleanly separated from individual network devices. Link-layer and network-layer protocols are cleanly separated from each other.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/uip/uipopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/uip/uipopt.h b/src/proto/uip/uipopt.h
index 811284e1..22a5990c 100644
--- a/src/proto/uip/uipopt.h
+++ b/src/proto/uip/uipopt.h
@@ -464,7 +464,7 @@ void uip_log(char *msg);
*
* \hideinitializer
*/
-#define UIP_LLH_LEN 14
+#define UIP_LLH_LEN 0
/** @} */