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

2021-02-18 Thread Jakub Kicinski
On Thu, 18 Feb 2021 11:20:37 +0100 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 status

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

2021-02-18 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: rebased on upstream v3: changed names and