hci_sock_ioctl
return hci_sock_ioctl(sock, cmd, arg);
return hci_sock_ioctl(sock, cmd, (unsigned long)compat_ptr(arg));
.ioctl = hci_sock_ioctl,