diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2012-05-29 06:59:16 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-06-04 23:34:13 -0400 |
commit | 416fa7527d6bf658e5517ea36d2de9270be2c11e (patch) | |
tree | 60f3f131884ff8aa5e0d02c9a098e612138aa5a2 /net/bluetooth/a2mp.c | |
parent | f6410a849b76f56c78d989786eb427b85a559b9f (diff) |
Bluetooth: A2MP: Handling fixed channels
A2MP fixed channel do not have sk
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'net/bluetooth/a2mp.c')
-rw-r--r-- | net/bluetooth/a2mp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bluetooth/a2mp.c b/net/bluetooth/a2mp.c index 6a933dab1b7f..f1ec1b1d308f 100644 --- a/net/bluetooth/a2mp.c +++ b/net/bluetooth/a2mp.c | |||
@@ -483,8 +483,7 @@ static struct l2cap_chan *a2mp_chan_open(struct l2cap_conn *conn) | |||
483 | 483 | ||
484 | hci_conn_hold(conn->hcon); | 484 | hci_conn_hold(conn->hcon); |
485 | 485 | ||
486 | chan->omtu = L2CAP_A2MP_DEFAULT_MTU; | 486 | chan->chan_type = L2CAP_CHAN_CONN_FIX_A2MP; |
487 | chan->imtu = L2CAP_A2MP_DEFAULT_MTU; | ||
488 | chan->flush_to = L2CAP_DEFAULT_FLUSH_TO; | 487 | chan->flush_to = L2CAP_DEFAULT_FLUSH_TO; |
489 | 488 | ||
490 | chan->ops = &a2mp_chan_ops; | 489 | chan->ops = &a2mp_chan_ops; |