Good day!
i have my network driver
this driver work quite good.
i see him in “ifconfig” menu of linux
For send command from user space to kernel space i use function
ndo_eth_ioctl
In user space i use:
ioctl(fd, SIOC_SETREGISTER, &ifr)
all was quite good until kernel 6.0.1
I mean that on 5.9.9 kernel command from user space to kernel space going good.
But after moment when i updated kernel to 6.0.1 ioctl function return error.
I have no idea what should i do for resolve this.
can somebody tell me where should i try search decision ?