]> 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)
commitdcec9b9306e31c42af621d1f437e66dfa37697d7
tree92c32ae2d7ed308bf798105a21357bda4f5c2e20
parentaff66b800dab6778fef8b0c368c37cd39378f926
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