Re: [PATCH net-next] net: usb: introduce usbnet_mii_ioctl helper function
From: Ethan Nelson-Moore <hidden>
Date: 2026-01-25 02:54:08
Also in:
linux-usb
From: Ethan Nelson-Moore <hidden>
Date: 2026-01-25 02:54:08
Also in:
linux-usb
On Sat, Jan 24, 2026 at 10:48 AM Andrew Lunn [off-list ref] wrote:
You are doing the same as phy_do_ioctl(), but for the old mii code. However, we also have phy_do_ioctl_running(). It might make sense to add usbnet_mii_ioctl_running()?
Hi, Andrew, It makes sense in principle, but after applying my patch to smsc95xx to use phy_do_ioctl_running, smsc75xx is the only driver that would use such a function, so it would add complexity rather than removing it. Ethan