Bluetooth: Implement hci_reassembly helper to reassemble RX packets

Implements feature to reassemble received HCI frames from any input stream

Signed-off-by: Suraj Sumangala <suraj@atheros.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
Suraj Sumangala
2010-07-14 13:02:17 +05:30
committed by Marcel Holtmann
parent cd4c53919e
commit 33e882a5f2
2 changed files with 110 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock);
struct bt_skb_cb {
__u8 pkt_type;
__u8 incoming;
__u16 expect;
__u8 tx_seq;
__u8 retries;
__u8 sar;