aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/l2cap.h1
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};