Bluetooth: Rename conn->pend to conn->flags
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 16 Jan 2012 04:10:31 +0000 (06:10 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 13 Feb 2012 15:01:28 +0000 (17:01 +0200)
commit51a8efd7d02c13cb1c6fdd1cd66788792a3fcc7c
tree819b6bfcb3b898be27d67a942d75aafbc10f24c5
parent1dc06093a9f353ef19b7b5180602884d0ce065c5
Bluetooth: Rename conn->pend to conn->flags

These flags can and will be used for more general purpose values than
just pending state transitions so the more common name "flags" makes
more sense than "pend".

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c
net/bluetooth/l2cap_core.c
net/bluetooth/smp.c