arch/arm/src/lpc54xx: Finishes open design issues with AVBTP multi-channel operation.

This commit is contained in:
Gregory Nutt
2017-12-30 19:05:39 -06:00
parent 13b5d4de96
commit 2de08627e0
4 changed files with 153 additions and 129 deletions
+3 -3
View File
@@ -75,10 +75,10 @@
#define ETHTYPE_AVBTP 0x22f0 /* Audio/Video bridging type */
/* Size of the Ethernet header */
/* Size of the Ethernet headers */
#define ETH_HDRLEN 14 /* Minimum size: 2*6 + 2 */
#define ETH_8021Q_HDRLEN 18 /* Minimum size: 2*6 + 4 + 2 */
#define ETH_HDRLEN 14 /* Header size: 2*6 + 2 */
#define ETH_8021Q_HDRLEN 18 /* Header size: 2*6 + 4 + 2 */
/****************************************************************************
* Public Types