|
@@ -398,6 +398,7 @@ struct hci_dev {
|
|
int (*send)(struct hci_dev *hdev, struct sk_buff *skb);
|
|
int (*send)(struct hci_dev *hdev, struct sk_buff *skb);
|
|
void (*notify)(struct hci_dev *hdev, unsigned int evt);
|
|
void (*notify)(struct hci_dev *hdev, unsigned int evt);
|
|
void (*hw_error)(struct hci_dev *hdev, u8 code);
|
|
void (*hw_error)(struct hci_dev *hdev, u8 code);
|
|
|
|
+ int (*post_init)(struct hci_dev *hdev);
|
|
int (*set_diag)(struct hci_dev *hdev, bool enable);
|
|
int (*set_diag)(struct hci_dev *hdev, bool enable);
|
|
int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr);
|
|
int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr);
|
|
};
|
|
};
|