zephyr/subsys/net/l2/ethernet/gptp
Mario Paja 6b644dff67 net: gptp: Fix announce message len
This fix addresses wrong announce message length warning message.

TLV is a variable length (4+8N) based on the 802.1AS-2011 (table 10-8). In
Zephyr TLV is fixed to 12 bytes. TLV type and length are already taken
into account in the announcement message length.

Signed-off-by: Mario Paja <mario.paja@zal.aero>
2023-12-01 11:02:57 +00:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
gptp.c net: fix thread function signatures 2023-10-30 12:24:34 +01:00
gptp_data_set.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
gptp_md.c net: gptp: fix follow_up message correction_field 2023-07-19 21:42:05 -04:00
gptp_md.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
gptp_messages.c net: gptp: Invert priority of outgoing packets 2023-10-20 15:08:25 +02:00
gptp_messages.h net: gptp: Fix announce message len 2023-12-01 11:02:57 +00:00
gptp_mi.c different subsystems: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
gptp_mi.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
gptp_private.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
gptp_state.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
gptp_user_api.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
Kconfig net: gptp: Create a stack size Kconfig option 2023-10-20 15:08:25 +02:00