summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown2010-11-19 16:45:41 +0100
committerMichael Brown2010-11-19 17:08:05 +0100
commit5de4fba4f99e3dbb6da1d1d71aaf2a9d3f8b899f (patch)
tree4c35b5e17fa714620b518c6357335b285d03faed /src/include/ipxe
parent[netdevice] Add MAX_NET_HEADER_LEN and MAX_LL_NET_HEADER_LEN (diff)
downloadipxe-5de4fba4f99e3dbb6da1d1d71aaf2a9d3f8b899f.tar.gz
ipxe-5de4fba4f99e3dbb6da1d1d71aaf2a9d3f8b899f.tar.xz
ipxe-5de4fba4f99e3dbb6da1d1d71aaf2a9d3f8b899f.zip
[udp] Use MAX_LL_NET_HEADER_LEN instead of defining our own UDP_MAX_HLEN
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/udp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/ipxe/udp.h b/src/include/ipxe/udp.h
index c18a29723..ed0494763 100644
--- a/src/include/ipxe/udp.h
+++ b/src/include/ipxe/udp.h
@@ -23,7 +23,6 @@ struct sockaddr;
* UDP constants
*/
-#define UDP_MAX_HLEN 72
#define UDP_MAX_TXIOB ETH_MAX_MTU
#define UDP_MIN_TXIOB ETH_ZLEN