mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 18:37:46 +08:00
Remove use of NET_LL_HDRLEN from Ethernet drivers. Use ETH_HDRLEN instead
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user