Bluetooth: Move parts of fixed channel initialization to l2cap_add_scid
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 7 Aug 2014 19:56:50 +0000 (22:56 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 14 Aug 2014 06:49:15 +0000 (08:49 +0200)
commit148243087b3a5d95a32825da26858dc9d893b141
tree4cbab2fe3547f558a5e9709e033939ff39b1b4df
parent06171e0546434b006a3857ea745b4258ad5d677c
Bluetooth: Move parts of fixed channel initialization to l2cap_add_scid

The l2cap_add_scid function is used for registering a fixed L2CAP
channel. Instead of having separate initialization of the channel type
and outgoing MTU in l2cap_sock.c it's more intuitive to do these things
in the l2cap_add_scid function itself (and thereby make the
functionality available to other users besides l2cap_sock.c).

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c