Commit f426ad16 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Carles Cufi
Browse files

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: default avatarLukasz Majewski <lukma@denx.de>
parent 4903ec74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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