diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index d3a150955c44..05bb254c9ebd 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -363,6 +363,7 @@ struct l2cap_ops { | |||
363 | char *name; | 363 | char *name; |
364 | 364 | ||
365 | struct l2cap_chan *(*new_connection) (void *data); | 365 | struct l2cap_chan *(*new_connection) (void *data); |
366 | int (*recv) (void *data, struct sk_buff *skb); | ||
366 | }; | 367 | }; |
367 | 368 | ||
368 | struct l2cap_conn { | 369 | struct l2cap_conn { |