aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/udp.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2010-11-19 15:45:41 +0000
committerMichael Brown <mcb30@ipxe.org>2010-11-19 16:08:05 +0000
commit5de4fba4f99e3dbb6da1d1d71aaf2a9d3f8b899f (patch)
tree4c35b5e17fa714620b518c6357335b285d03faed /src/include/ipxe/udp.h
parent0d7839678b9353e8b8c37f2c3311fbf52df9e149 (diff)
downloadipxe-5de4fba4f99e3dbb6da1d1d71aaf2a9d3f8b899f.tar.gz
[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/udp.h')
-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