summaryrefslogtreecommitdiff
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMat Martineau <mathewm@codeaurora.org>2012-04-25 23:36:14 (GMT)
committerGustavo Padovan <gustavo@padovan.org>2012-05-09 04:40:47 (GMT)
commit3ce3514f5d0f90c7d856e8b0f26c6da393bbeba0 (patch)
tree0a32866b6d59bbfae27765a4c905c260501a2adc /include/net/bluetooth
parent5a364bd399d23fe6244de8f84c46f249b763c723 (diff)
downloadlinux-fsl-qoriq-3ce3514f5d0f90c7d856e8b0f26c6da393bbeba0.tar.xz
Bluetooth: Remove duplicate structure members from bt_skb_cb
These values are now in the nested l2cap_ctrl struct. Signed-off-by: Mat Martineau <mathewm@codeaurora.org> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/bluetooth.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h
index 27a6a93..2fb268f 100644
--- a/include/net/bluetooth/bluetooth.h
+++ b/include/net/bluetooth/bluetooth.h
@@ -235,9 +235,6 @@ struct bt_skb_cb {
__u8 pkt_type;
__u8 incoming;
__u16 expect;
- __u16 tx_seq;
- __u8 retries;
- __u8 sar;
__u8 force_active;
struct l2cap_ctrl control;
};