Bluetooth: notify userspace of security level change
[linux-flexiantxendom0-3.2.10.git] / include / net / bluetooth / bluetooth.h
index 5ca9219..a65910b 100644 (file)
@@ -191,6 +191,7 @@ struct bt_sock {
        struct list_head accept_q;
        struct sock *parent;
        u32 defer_setup;
+       bool suspended;
 };
 
 struct bt_sock_list {
@@ -222,7 +223,6 @@ struct bt_skb_cb {
        __u16 tx_seq;
        __u8 retries;
        __u8 sar;
-       unsigned short channel;
        __u8 force_active;
 };
 #define bt_cb(skb) ((struct bt_skb_cb *)((skb)->cb))