diff options
Diffstat (limited to 'include/net/bluetooth/bluetooth.h')
-rw-r--r-- | include/net/bluetooth/bluetooth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index 65a5cf868fd6..b8b9a8479525 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h | |||
@@ -139,6 +139,7 @@ struct bt_skb_cb { | |||
139 | __u8 pkt_type; | 139 | __u8 pkt_type; |
140 | __u8 incoming; | 140 | __u8 incoming; |
141 | __u8 tx_seq; | 141 | __u8 tx_seq; |
142 | __u8 retries; | ||
142 | }; | 143 | }; |
143 | #define bt_cb(skb) ((struct bt_skb_cb *)((skb)->cb)) | 144 | #define bt_cb(skb) ((struct bt_skb_cb *)((skb)->cb)) |
144 | 145 | ||