From: Johan Hedberg Date: Thu, 7 Aug 2014 19:56:50 +0000 (+0300) Subject: Bluetooth: Move parts of fixed channel initialization to l2cap_add_scid X-Git-Tag: fixes-against-v3.18-rc2~81^2~133^2~84^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=148243087b3a5d95a32825da26858dc9d893b141;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed