aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r--include/net/bluetooth/l2cap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 875021ad0675..30719eb2e77c 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -792,7 +792,6 @@ static inline __u8 __ctrl_size(struct l2cap_chan *chan)
792} 792}
793 793
794extern int disable_ertm; 794extern int disable_ertm;
795extern int enable_hs;
796 795
797int l2cap_init_sockets(void); 796int l2cap_init_sockets(void);
798void l2cap_cleanup_sockets(void); 797void l2cap_cleanup_sockets(void);
@@ -810,5 +809,6 @@ int l2cap_chan_connect(struct l2cap_chan *chan);
810int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len, 809int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len,
811 u32 priority); 810 u32 priority);
812void l2cap_chan_busy(struct l2cap_chan *chan, int busy); 811void l2cap_chan_busy(struct l2cap_chan *chan, int busy);
812int l2cap_chan_check_security(struct l2cap_chan *chan);
813 813
814#endif /* __L2CAP_H */ 814#endif /* __L2CAP_H */