linux/drivers/net/ethernet/asix
Arnd Bergmann 9dcc00715a ax88796c: fix ioctl callback
The timestamp ioctls are now handled by the ndo_eth_ioctl() callback,
not the old ndo_do_ioctl(), but oax88796 introduced the
function for the old way.

Move it over to ndo_eth_ioctl() to actually allow calling it from
user space.

Fixes: a97c69ba4f ("net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver")
Fixes: a76053707d ("dev_ioctl: split out ndo_eth_ioctl")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Lukasz Stelmach <l.stelmach@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-11-05 14:23:21 +00:00
..
ax88796c_ioctl.c
ax88796c_ioctl.h
ax88796c_main.c ax88796c: fix ioctl callback 2021-11-05 14:23:21 +00:00
ax88796c_main.h
ax88796c_spi.c
ax88796c_spi.h
Kconfig
Makefile