aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-15 16:47:11 -0700
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2013-10-15 20:50:41 -0300
commit2ce5fb510fc0ba50c8e1b6bcb991848084ea67ec (patch)
tree114031c06cb6833f034bd44ede5ba1b8e99ca113 /include/net/bluetooth/l2cap.h
parentBluetooth: use l2cap_chan_ready() instead of duplicate code (diff)
downloadlinux-dev-2ce5fb510fc0ba50c8e1b6bcb991848084ea67ec.tar.xz
linux-dev-2ce5fb510fc0ba50c8e1b6bcb991848084ea67ec.zip
Bluetooth: Add l2cap_chan_no_resume stub for A2MP
The A2MP client for L2CAP channels needs to use l2cap_chan_no_resume empty stub function. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r--include/net/bluetooth/l2cap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 377db2aa89f9..3d922b938141 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -797,6 +797,10 @@ static inline void l2cap_chan_no_defer(struct l2cap_chan *chan)
{
}
+static inline void l2cap_chan_no_resume(struct l2cap_chan *chan)
+{
+}
+
static inline void l2cap_chan_no_set_shutdown(struct l2cap_chan *chan)
{
}