diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2011-10-17 13:19:57 +0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-10-18 00:04:00 +0400 |
commit | 836be934218eb80abc5515d584c329c26951086f (patch) | |
tree | b8ee564f2ae0dc2f34fd9b0b7c2f9fb08fa917f1 /include/net/bluetooth/bluetooth.h | |
parent | 88843ab06b6f279bff1c32e4218541ac7efe2600 (diff) | |
download | linux-836be934218eb80abc5515d584c329c26951086f.tar.xz |
Bluetooth: EWS: support extended seq numbers
Adds support for extended sequence numbers found in
extended control fields.
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/bluetooth.h')
-rw-r--r-- | include/net/bluetooth/bluetooth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index e727555d4ee9..fb1acb3454ae 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h @@ -158,7 +158,7 @@ struct bt_skb_cb { __u8 pkt_type; __u8 incoming; __u16 expect; - __u8 tx_seq; + __u16 tx_seq; __u8 retries; __u8 sar; unsigned short channel; |