Hello:
This patch was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Mon, 17 Jun 2024 12:28:21 +0200 you wrote:
After ecf848eb934b ("net: usb: ax88179_178a: fix link status when link is set to down/up") to not reset from usbnet_open after the reset from usbnet_probe at initialization stage to speed up this, some issues have been reported.
It seems to happen that if the initialization is slower, and some time passes between the probe operation and the open operation, the second reset from open is necessary too to have the device working. The reason is that if there is no activity with the phy, this is "disconnected".
[...]
Here is the summary with links: - net: usb: ax88179_178a: improve reset check https://git.kernel.org/netdev/net/c/7be4cb7189f7
You are awesome, thank you!