
27 Oct
2024
27 Oct
'24
6:12 a.m.
Hello U-Boot Maintainers,
I am submitting two patches that address issues with the ASIX AX88179A Ethernet driver in U-Boot. These patches resolve problems related to PHY hang during auto-negotiation and stalling when handling large fragmented packets for the ASIX AX88179A variant.
---
Example of AX88179A hang issue:
=> dhcp Waiting for Ethernet connection... unable to connect. Reset Ethernet Device Waiting for Ethernet connection... unable to connect. =>
---
Thanks, Khoa
Khoa Hoang (2): eth: asix88179: Fix ASIX AX88179A PHY hang eth: asix88179: Fix drop of large fragmented packets
drivers/usb/eth/asix88179.c | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) --