Hi Marcel, On Sun, Oct 25, 2015, Marcel Holtmann wrote: > The SKB context buffer for HCI request is really not just for requests, > information in their are preserved for the whole HCI layer. So it makes > more sense to actually rename it into bt_cb()->hci and also call it then > struct hci_ctrl. > > In addition that allows moving the decoded opcode for outgoing packets > into that struct. So far it was just consuming valuable space from the > main shared items. And opcode are not valid for L2CAP packets. > > Signed-off-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> > --- > include/net/bluetooth/bluetooth.h | 14 +++++++------- > net/bluetooth/hci_core.c | 18 +++++++++--------- > net/bluetooth/hci_event.c | 4 ++-- > net/bluetooth/hci_request.c | 10 +++++----- > net/bluetooth/hci_sock.c | 2 +- > 5 files changed, 24 insertions(+), 24 deletions(-) Applied to bluetooth-next. Thanks. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html