diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-11-05 19:54:24 -0200 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-11-10 20:25:03 -0200 |
commit | d45fc42323b7909829b8f27f26676c675f26551f (patch) | |
tree | 8f973c20dfc15d1521b51ddd178ff8ca9b6ba864 /include/net/bluetooth/l2cap.h | |
parent | 37d9ef76c26092098e8fbd3fd540b7ac2181e6bf (diff) | |
download | kernel_goldelico_gta04-d45fc42323b7909829b8f27f26676c675f26551f.zip kernel_goldelico_gta04-d45fc42323b7909829b8f27f26676c675f26551f.tar.gz kernel_goldelico_gta04-d45fc42323b7909829b8f27f26676c675f26551f.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 875021a..1e6fda4 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 */ |