diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-15 23:47:11 (GMT) |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2013-10-15 23:50:41 (GMT) |
commit | 2ce5fb510fc0ba50c8e1b6bcb991848084ea67ec (patch) | |
tree | 114031c06cb6833f034bd44ede5ba1b8e99ca113 /net/bluetooth/a2mp.c | |
parent | 74e7574066e020dca8ad8a57927470e67ea91394 (diff) | |
download | linux-fsl-qoriq-2ce5fb510fc0ba50c8e1b6bcb991848084ea67ec.tar.xz |
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 'net/bluetooth/a2mp.c')
-rw-r--r-- | net/bluetooth/a2mp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/a2mp.c b/net/bluetooth/a2mp.c index 74c1477..fe32a33 100644 --- a/net/bluetooth/a2mp.c +++ b/net/bluetooth/a2mp.c @@ -710,6 +710,7 @@ static struct l2cap_ops a2mp_chan_ops = { .teardown = l2cap_chan_no_teardown, .ready = l2cap_chan_no_ready, .defer = l2cap_chan_no_defer, + .resume = l2cap_chan_no_resume, .set_shutdown = l2cap_chan_no_set_shutdown, .get_sndtimeo = l2cap_chan_no_get_sndtimeo, }; |