diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-11-05 17:54:24 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-11-10 17:25:03 -0500 |
commit | d45fc42323b7909829b8f27f26676c675f26551f (patch) | |
tree | 8f973c20dfc15d1521b51ddd178ff8ca9b6ba864 /include/net | |
parent | 37d9ef76c26092098e8fbd3fd540b7ac2181e6bf (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.h | 1 |
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); | |||
810 | int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len, | 810 | int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len, |
811 | u32 priority); | 811 | u32 priority); |
812 | void l2cap_chan_busy(struct l2cap_chan *chan, int busy); | 812 | void l2cap_chan_busy(struct l2cap_chan *chan, int busy); |
813 | int l2cap_chan_check_security(struct l2cap_chan *chan); | ||
813 | 814 | ||
814 | #endif /* __L2CAP_H */ | 815 | #endif /* __L2CAP_H */ |