OSDN Git Service

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)
commit3369afba1e46b0f7f33b4853a9d06616be6e22d5
tree92c32ae2d7ed308bf798105a21357bda4f5c2e20
parent4cfab3566710826e62adbf100875d2dca32434b6
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