From: Johan Hedberg Date: Mon, 30 Mar 2015 20:21:02 +0000 (+0300) Subject: Bluetooth: Refactor HCI request variables into own struct X-Git-Tag: omap-for-v4.2/o2_dc~131^2~69^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db6e3e8d016823c6b0f773c70a69ce65807d8a44;p=pandora-kernel.git Bluetooth: Refactor HCI request variables into own struct In order to shrink the size of bt_skb_cb, this patch moves the HCI request related variables into their own req_ctrl struct. Additionall the L2CAP and HCI request structs are placed inside the same union since they will never be used at the same time for the same skb. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed