|
@@ -373,6 +373,7 @@ struct hci_dev {
|
|
|
int (*close)(struct hci_dev *hdev);
|
|
|
int (*flush)(struct hci_dev *hdev);
|
|
|
int (*setup)(struct hci_dev *hdev);
|
|
|
+ int (*shutdown)(struct hci_dev *hdev);
|
|
|
int (*send)(struct hci_dev *hdev, struct sk_buff *skb);
|
|
|
void (*notify)(struct hci_dev *hdev, unsigned int evt);
|
|
|
void (*hw_error)(struct hci_dev *hdev, u8 code);
|