Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 3 Apr 2024 15:21:58 +0200 you wrote:
After the commit d2689b6a86b9 ("net: usb: ax88179_178a: avoid two consecutive device resets"), reset is not executed from bind operation and mac address is not read from the device registers or the devicetree at that moment. Since the check to configure if the assigned mac address is random or not for the interface, happens after the bind operation from usbnet_probe, the interface keeps configured as random address, although the address is correctly read and set during open operation (the only reset now).
[...]
Here is the summary with links: - [net,v4] net: usb: ax88179_178a: avoid the interface always configured as random address https://git.kernel.org/netdev/net/c/2e91bb99b9d4
You are awesome, thank you!