aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-11-05 19:54:24 -0200
committerGustavo F. Padovan <padovan@profusion.mobi>2011-11-10 20:25:03 -0200
commitd45fc42323b7909829b8f27f26676c675f26551f (patch)
tree8f973c20dfc15d1521b51ddd178ff8ca9b6ba864 /include/net/bluetooth/l2cap.h
parentBluetooth: Add status parameter to mgmt_disconnect response (diff)
downloadlinux-dev-d45fc42323b7909829b8f27f26676c675f26551f.tar.xz
linux-dev-d45fc42323b7909829b8f27f26676c675f26551f.zip
Bluetooth: Rename l2cap_check_security()
rename to l2cap_chan_check_security() to make it consistent with other l2cap_exported functions. This function will be exported in a later commit. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-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 875021ad0675..1e6fda438130 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -810,5 +810,6 @@ int l2cap_chan_connect(struct l2cap_chan *chan);
int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len,
u32 priority);
void l2cap_chan_busy(struct l2cap_chan *chan, int busy);
+int l2cap_chan_check_security(struct l2cap_chan *chan);
#endif /* __L2CAP_H */