Re: [PATCH net] r8152: Use MAC address from correct device tree node

2020-08-08 Thread David Miller
From: Thierry Reding Date: Fri, 7 Aug 2020 09:36:32 +0200 > From: Thierry Reding > > Query the USB device's device tree node when looking for a MAC address. > The struct device embedded into the struct net_device does not have a > device tree node attached at all. > > The reason why this went

RE: [PATCH net] r8152: Use MAC address from correct device tree node

2020-08-07 Thread EJ Hsu
EJ Hsu wrote: > From: Thierry Reding > > Query the USB device's device tree node when looking for a MAC address. > The struct device embedded into the struct net_device does not have a device > tree node attached at all. > > The reason why this went unnoticed is because the system where this wa

[PATCH net] r8152: Use MAC address from correct device tree node

2020-08-07 Thread Thierry Reding
From: Thierry Reding Query the USB device's device tree node when looking for a MAC address. The struct device embedded into the struct net_device does not have a device tree node attached at all. The reason why this went unnoticed is because the system where this was tested was one of the few d