]> git.baikalelectronics.ru Git - kernel.git/commit
net: Call into DSA netdevice_ops wrappers
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 20 Jul 2020 03:49:53 +0000 (20:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2020 23:48:22 +0000 (16:48 -0700)
commit096d16902ae2e67b81ede7a9df446dba228f76b8
tree92c32ae2d7ed308bf798105a21357bda4f5c2e20
parent09c1c85798ba8e923d7c1c04d570ae3dff673766
net: Call into DSA netdevice_ops wrappers

Make the core net_device code call into our ndo_do_ioctl() and
ndo_get_phys_port_name() functions via the wrappers defined previously

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c
net/core/dev_ioctl.c