Re: [PATCHv2 2/3] usbnet: add method for reporting speed without MDIO

2021-01-21 Thread Grant Grundler
On Thu, Jan 21, 2021 at 12:57 PM Oliver Neukum wrote: > > The old method for reporting network speed upwards > assumed that a device uses MDIO and uses the generic phy > functions based on that. > Add a a primitive internal version not making the assumption > reporting back directly what the statu

Re: [PATCHv2 2/3] usbnet: add method for reporting speed without MDIO

2021-01-21 Thread Grant Grundler
On Thu, Jan 21, 2021 at 12:57 PM Oliver Neukum wrote: > > The old method for reporting network speed upwards > assumed that a device uses MDIO and uses the generic phy > functions based on that. > Add a a primitive internal version not making the assumption > reporting back directly what the statu

[PATCHv2 2/3] usbnet: add method for reporting speed without MDIO

2021-01-21 Thread Oliver Neukum
The old method for reporting network speed upwards assumed that a device uses MDIO and uses the generic phy functions based on that. Add a a primitive internal version not making the assumption reporting back directly what the status operations record. v2: adjusted to recent changes Signed-off-by