diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/bluetooth.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index 7981ca48b83a..961669b648fd 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h | |||
@@ -194,8 +194,12 @@ struct bt_sock { | |||
194 | bdaddr_t dst; | 194 | bdaddr_t dst; |
195 | struct list_head accept_q; | 195 | struct list_head accept_q; |
196 | struct sock *parent; | 196 | struct sock *parent; |
197 | u32 defer_setup; | 197 | unsigned long flags; |
198 | bool suspended; | 198 | }; |
199 | |||
200 | enum { | ||
201 | BT_SK_DEFER_SETUP, | ||
202 | BT_SK_SUSPEND, | ||
199 | }; | 203 | }; |
200 | 204 | ||
201 | struct bt_sock_list { | 205 | struct bt_sock_list { |