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:
parent
4903ec7478
commit
f426ad16e1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue