Loading include/net/bluetooth/hci_core.h +0 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,6 @@ struct hci_dev { int (*setup)(struct hci_dev *hdev); int (*send)(struct sk_buff *skb); void (*notify)(struct hci_dev *hdev, unsigned int evt); int (*ioctl)(struct hci_dev *hdev, unsigned int cmd, unsigned long arg); }; #define HCI_PHY_HANDLE(handle) (handle & 0xff) Loading net/bluetooth/hci_sock.c +1 −4 Original line number Diff line number Diff line Loading @@ -553,10 +553,7 @@ static int hci_sock_bound_ioctl(struct sock *sk, unsigned int cmd, return hci_sock_blacklist_del(hdev, (void __user *) arg); } if (hdev->ioctl) return hdev->ioctl(hdev, cmd, arg); return -EINVAL; return -ENOIOCTLCMD; } static int hci_sock_ioctl(struct socket *sock, unsigned int cmd, Loading Loading
include/net/bluetooth/hci_core.h +0 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,6 @@ struct hci_dev { int (*setup)(struct hci_dev *hdev); int (*send)(struct sk_buff *skb); void (*notify)(struct hci_dev *hdev, unsigned int evt); int (*ioctl)(struct hci_dev *hdev, unsigned int cmd, unsigned long arg); }; #define HCI_PHY_HANDLE(handle) (handle & 0xff) Loading
net/bluetooth/hci_sock.c +1 −4 Original line number Diff line number Diff line Loading @@ -553,10 +553,7 @@ static int hci_sock_bound_ioctl(struct sock *sk, unsigned int cmd, return hci_sock_blacklist_del(hdev, (void __user *) arg); } if (hdev->ioctl) return hdev->ioctl(hdev, cmd, arg); return -EINVAL; return -ENOIOCTLCMD; } static int hci_sock_ioctl(struct socket *sock, unsigned int cmd, Loading