From: Johan Hedberg Date: Mon, 30 Mar 2015 20:21:01 +0000 (+0300) Subject: Bluetooth: Refactor L2CAP variables into l2cap_ctrl X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~69^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4368ff3ed3b57e4b5e36d83b75604f68bbcdaad;p=pandora-kernel.git Bluetooth: Refactor L2CAP variables into l2cap_ctrl We're getting very close to the maximum possible size of bt_skb_cb. To prepare to shrink the struct with the help of a union this patch moves all L2CAP related variables into the l2cap_ctrl struct. To later add other 'ctrl' structs the L2CAP one is renamed simple 'l2cap' instead of 'control'. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed