aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/bluetooth.h
diff options
context:
space:
mode:
authorMat Martineau <mathewm@codeaurora.org>2012-04-25 16:36:14 -0700
committerGustavo Padovan <gustavo@padovan.org>2012-05-09 01:40:47 -0300
commit3ce3514f5d0f90c7d856e8b0f26c6da393bbeba0 (patch)
tree0a32866b6d59bbfae27765a4c905c260501a2adc /include/net/bluetooth/bluetooth.h
parentBluetooth: Improve ERTM sequence number offset calculation (diff)
downloadlinux-dev-3ce3514f5d0f90c7d856e8b0f26c6da393bbeba0.tar.xz
linux-dev-3ce3514f5d0f90c7d856e8b0f26c6da393bbeba0.zip
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/bluetooth.h')
-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 27a6a936487d..2fb268f2895b 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;
};