Re: [PATCH 03/10] Bluetooth: hci_uart: add support for word alignment

2017-03-17 Thread Pavel Machek
Hi! > This will be used by Nokia's H4+ protocol, which > uses 2-byte aligned packets. > > Signed-off-by: Sebastian Reichel Acked-by: Pavel Machek > --- a/drivers/bluetooth/hci_h4.c > +++ b/drivers/bluetooth/hci_h4.c > @@ -171,9 +171,20 @@ struct sk_buff *h4_recv_buf(struct hci_dev *hdev, stru

[PATCH 03/10] Bluetooth: hci_uart: add support for word alignment

2017-03-04 Thread Sebastian Reichel
This will be used by Nokia's H4+ protocol, which uses 2-byte aligned packets. Signed-off-by: Sebastian Reichel --- drivers/bluetooth/hci_h4.c| 17 + drivers/bluetooth/hci_ldisc.c | 4 drivers/bluetooth/hci_uart.h | 3 +++ 3 files changed, 24 insertions(+) diff --git