diff options
Diffstat (limited to 'net/bluetooth/smp.h')
-rw-r--r-- | net/bluetooth/smp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/smp.h b/net/bluetooth/smp.h index f32f1212f650..1b8af35b292c 100644 --- a/net/bluetooth/smp.h +++ b/net/bluetooth/smp.h | |||
@@ -145,7 +145,7 @@ struct smp_chan { | |||
145 | bool smp_sufficient_security(struct hci_conn *hcon, u8 sec_level); | 145 | bool smp_sufficient_security(struct hci_conn *hcon, u8 sec_level); |
146 | int smp_conn_security(struct hci_conn *hcon, __u8 sec_level); | 146 | int smp_conn_security(struct hci_conn *hcon, __u8 sec_level); |
147 | int smp_sig_channel(struct l2cap_conn *conn, struct sk_buff *skb); | 147 | int smp_sig_channel(struct l2cap_conn *conn, struct sk_buff *skb); |
148 | int smp_distribute_keys(struct l2cap_conn *conn, __u8 force); | 148 | int smp_distribute_keys(struct l2cap_conn *conn); |
149 | int smp_user_confirm_reply(struct hci_conn *conn, u16 mgmt_op, __le32 passkey); | 149 | int smp_user_confirm_reply(struct hci_conn *conn, u16 mgmt_op, __le32 passkey); |
150 | 150 | ||
151 | void smp_chan_destroy(struct l2cap_conn *conn); | 151 | void smp_chan_destroy(struct l2cap_conn *conn); |