commit | db6e3e8d016823c6b0f773c70a69ce65807d8a44 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Mar 30 23:21:02 2015 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Mar 30 23:20:53 2015 +0200 |
tree | 89201941c7f39ed13d843de4c65ce8ab230e702e | |
parent | a4368ff3ed3b57e4b5e36d83b75604f68bbcdaad [diff] |
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 <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>