diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2012-05-27 21:27:53 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-06-04 23:34:11 -0400 |
commit | 54a59aa2b562872781d6a8fc89f300d360941691 (patch) | |
tree | b2414b9803565ee9e252ccfefb54c98af762ab43 /include/net | |
parent | c0df7f6e06e1aeccee39c801af7f78cadeb9f345 (diff) |
Bluetooth: Add l2cap_chan->ops->ready()
This move socket specific code to l2cap_sock.c.
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net')
-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 76b0e7e5dec2..c5726c24ee03 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -534,6 +534,7 @@ struct l2cap_ops { | |||
534 | void (*close) (struct l2cap_chan *chan); | 534 | void (*close) (struct l2cap_chan *chan); |
535 | void (*state_change) (struct l2cap_chan *chan, | 535 | void (*state_change) (struct l2cap_chan *chan, |
536 | int state); | 536 | int state); |
537 | void (*ready) (struct l2cap_chan *chan); | ||
537 | struct sk_buff *(*alloc_skb) (struct l2cap_chan *chan, | 538 | struct sk_buff *(*alloc_skb) (struct l2cap_chan *chan, |
538 | unsigned long len, int nb); | 539 | unsigned long len, int nb); |
539 | }; | 540 | }; |