diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-13 10:34:03 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-13 21:11:25 +0300 |
commit | 5f6cd79f477743cab98fd49feb03a39e0138b32f (patch) | |
tree | 8e017e86aee8c7ea7ca4f11afe7585a6a214a1cd /include/net/bluetooth/bluetooth.h | |
parent | 94a86df01082557e2de45865e538d7fb6c46231c (diff) | |
download | linux-5f6cd79f477743cab98fd49feb03a39e0138b32f.tar.gz linux-5f6cd79f477743cab98fd49feb03a39e0138b32f.tar.bz2 linux-5f6cd79f477743cab98fd49feb03a39e0138b32f.zip |
Bluetooth: Remove src and dst fields from bt_sock structure
Every socket protocol now stores its own address information. So
just remove the generic src and dst fields since they are no longer
needed.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/bluetooth.h')
-rw-r--r-- | include/net/bluetooth/bluetooth.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index 5fd510675cfa..1d6e484e08ef 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h @@ -218,8 +218,6 @@ void baswap(bdaddr_t *dst, bdaddr_t *src); struct bt_sock { struct sock sk; - bdaddr_t src; - bdaddr_t dst; struct list_head accept_q; struct sock *parent; unsigned long flags; |