net/socket: align rtdev do_ioctl handler on the regular ndo_do_ioctl
Align on the signature of the regular ndo_do_ioctl() handler for interface-directed ioctl requests, since an ifr block must have been provided by the caller to determine the device to hand over the request to anyway.
Please register or sign in to comment