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
-4
View File
@@ -74,10 +74,6 @@
/* Configuration ************************************************************/
#if NET_LL_HDRLEN > 0
# error "NET_LL_HDRLEN must be set to zero"
#endif
#ifndef CONFIG_NET_NOINTS
# warning "CONFIG_NET_NOINTS must be set"
#endif