aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-11-05 17:54:24 -0400
committerGustavo F. Padovan <padovan@profusion.mobi>2011-11-10 17:25:03 -0500
commitd45fc42323b7909829b8f27f26676c675f26551f (patch)
tree8f973c20dfc15d1521b51ddd178ff8ca9b6ba864 /include/net
parent37d9ef76c26092098e8fbd3fd540b7ac2181e6bf (diff)
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')
-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 875021ad067..1e6fda43813 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);
810int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len, 810int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len,
811 u32 priority); 811 u32 priority);
812void l2cap_chan_busy(struct l2cap_chan *chan, int busy); 812void l2cap_chan_busy(struct l2cap_chan *chan, int busy);
813int l2cap_chan_check_security(struct l2cap_chan *chan);
813 814
814#endif /* __L2CAP_H */ 815#endif /* __L2CAP_H */