mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-12 03:05:22 +00:00
As part of the ll_reserve refactoring effort, the packet length now includes header size as well. Before the refactor, when the packet length was written to the device, it did not include the header size, which is the required value as per the LM3S6965 datasheet. After the refactor the packet length includes the header size as well. The header size has to subtracted from the packet length before writing to the device. Fixes #13943. Signed-off-by: Vijay Kumar B <vijaykumar@zilogic.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
eth_dw_priv.h | ||
eth_dw.c | ||
eth_e1000_priv.h | ||
eth_e1000.c | ||
eth_enc28j60_priv.h | ||
eth_enc28j60.c | ||
eth_mcux.c | ||
eth_native_posix_adapt.c | ||
eth_native_posix_priv.h | ||
eth_native_posix.c | ||
eth_sam_gmac_priv.h | ||
eth_sam_gmac.c | ||
eth_smsc911x_priv.h | ||
eth_smsc911x.c | ||
eth_stellaris_priv.h | ||
eth_stellaris.c | ||
eth_stm32_hal_priv.h | ||
eth_stm32_hal.c | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.e1000 | ||
Kconfig.enc28j60 | ||
Kconfig.mcux | ||
Kconfig.native_posix | ||
Kconfig.sam_gmac | ||
Kconfig.smsc911x | ||
Kconfig.stellaris | ||
Kconfig.stm32_hal | ||
phy_sam_gmac.c | ||
phy_sam_gmac.h |