From 957b9356cec597cc814a025e270cefb928231c30 Mon Sep 17 00:00:00 2001 From: Adriaan de Vos Date: Fri, 20 May 2022 19:53:55 +0200 Subject: [PATCH] Use correct EtherType for 802.1CB in Felix Switch This is documented in the official IEEE 802.1CB specification. --- drivers/net/dsa/ocelot/felix_tsn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/dsa/ocelot/felix_tsn.c b/drivers/net/dsa/ocelot/felix_tsn.c index 2b3d4bc0e7e93..84db59853a768 100644 --- a/drivers/net/dsa/ocelot/felix_tsn.c +++ b/drivers/net/dsa/ocelot/felix_tsn.c @@ -19,7 +19,7 @@ #include "felix_tsn.h" #include "felix.h" -#define ETH_P_8021CB 0x2345 +#define ETH_P_8021CB 0xF1C1 #define FELIX_QSYS_HSCH_NUM 72 /* MSCC TSN parameters limited */ #define FELIX_PSFP_SFID_NUM 176