drivers: ethernet: Update ETH_LAN865X_TIMEOUT Kconfig description

The description is a bit misleading as the packet is not even read in
the mentioned case by the OA TC6 Zephyr driver.

When the timeout occurs the data (packet) received by LAN865x may be:
- Read latter if still in the RX buffer of LAN865x
or
- Is (probably) dropped by LAN8651 itself as the RX buffer gets overrun

Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
Lukasz Majewski 2023-12-08 10:41:28 +01:00 committed by Carles Cufí
parent 4903ec7478
commit f426ad16e1

View file

@ -46,6 +46,6 @@ config ETH_LAN865X_TIMEOUT
help
Given timeout in milliseconds. Maximum amount of time
that the driver will wait from the IP stack to get
a memory buffer before the Ethernet frame is dropped.
a memory buffer.
endif # ETH_LAN865X