From: David S. Miller Date: Mon, 20 Jan 2020 09:43:24 +0000 (+0100) Subject: Merge branch 'net-phy-add-generic-ndo_do_ioctl-handler-phy_do_ioctl' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=794eee259e8e1a7e6f31417ec8f6fa809597bb24;p=linux.git Merge branch 'net-phy-add-generic-ndo_do_ioctl-handler-phy_do_ioctl' Heiner Kallweit says: ==================== net: phy: add generic ndo_do_ioctl handler phy_do_ioctl A number of network drivers has the same glue code to use phy_mii_ioctl as ndo_do_ioctl handler. So let's add such a generic ndo_do_ioctl handler to phylib. As first user convert r8169. ==================== Signed-off-by: David S. Miller --- 794eee259e8e1a7e6f31417ec8f6fa809597bb24