Hello:
This patch was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Thu, 20 Jun 2024 15:34:31 +0200 you wrote:
Avoid spurious link status logs that may ultimately be wrong; for example, if the link is set to down with the cable plugged, then the cable is unplugged and after this the link is set to up, the last new log that is appearing is incorrectly telling that the link is up.
In order to avoid errors, show link status logs after link_reset processing, and in order to avoid spurious as much as possible, only show the link loss when some link status change is detected.
[...]
Here is the summary with links: - [net,v3] net: usb: ax88179_178a: improve link status logs https://git.kernel.org/netdev/net/c/058722ee350c
You are awesome, thank you!