aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2012-11-01 09:37:03 -0400
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-11-01 18:27:11 -0400
commitfffadc08ebf1f4c61bb8f9be0f1d8c3c053d815f (patch)
tree4669ea95e47533e8b39b0546daf0df7c325cae3e /include/net/bluetooth
parent6e1df6a60372b6ea00c480c1cd8c8c8134357d89 (diff)
Bluetooth: Rename ctrl_id to remote_amp_id
Since we have started to use local_amp_id for local AMP Controller Id it makes sense to rename ctrl_id to remote_amp_id since it represents remote AMP controller Id. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/l2cap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 18149c8b4d1..d65db459c84 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -481,6 +481,7 @@ struct l2cap_chan {
481 unsigned long conn_state; 481 unsigned long conn_state;
482 unsigned long flags; 482 unsigned long flags;
483 483
484 __u8 remote_amp_id;
484 __u8 local_amp_id; 485 __u8 local_amp_id;
485 __u8 move_id; 486 __u8 move_id;
486 __u8 move_state; 487 __u8 move_state;
@@ -518,8 +519,6 @@ struct l2cap_chan {
518 __u32 remote_acc_lat; 519 __u32 remote_acc_lat;
519 __u32 remote_flush_to; 520 __u32 remote_flush_to;
520 521
521 __u8 ctrl_id;
522
523 struct delayed_work chan_timer; 522 struct delayed_work chan_timer;
524 struct delayed_work retrans_timer; 523 struct delayed_work retrans_timer;
525 struct delayed_work monitor_timer; 524 struct delayed_work monitor_timer;