Remove use of NET_LL_HDRLEN from Ethernet drivers. Use ETH_HDRLEN instead

This commit is contained in:
Gregory Nutt
2014-11-15 09:05:34 -06:00
parent 2b758537ea
commit 25a9005ce7
7 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
/* Size of the Ethernet header */
#define ETH_HDRLEN 14 /* Minimum size: 2*6 + 2 */
#define ETH_HDRLEN 14 /* Minimum size: 2*6 + 2 */
/****************************************************************************
* Public Types