[Bluetooth]: Move packet type into the SKB control buffer
[pandora-kernel.git] / include / net / bluetooth / bluetooth.h
index 5309b6f..6dfa4a6 100644 (file)
@@ -131,7 +131,8 @@ struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock);
 
 /* Skb helpers */
 struct bt_skb_cb {
-       int incoming;
+       __u8 pkt_type;
+       __u8 incoming;
 };
 #define bt_cb(skb) ((struct bt_skb_cb *)(skb->cb))