]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-phy-add-generic-ndo_do_ioctl-handler-phy_do_ioctl'
authorDavid S. Miller <davem@davemloft.net>
Mon, 20 Jan 2020 09:43:24 +0000 (10:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jan 2020 09:43:24 +0000 (10:43 +0100)
commit2021171f6494e872765a5d6d080b831aaa258af3
tree8ed37adbc7ebc589264b473a90e3051d599f6fee
parent167145ce56270ae3b74f3685bd49f77abc1de05b
parentb9529a3ecc1fb2965b4e27e29015a6f8b6120f1f
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 <davem@davemloft.net>