Bluetooth: Merge boolean members of struct hci_conn into flags
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 16 Jan 2012 04:47:28 +0000 (06:47 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 13 Feb 2012 15:01:28 +0000 (17:01 +0200)
commit58a681ef1455aef9caad1d41073868fb399373f6
treeaf78e12c2fff312aebaee55029bceefd6311e432
parentb644ba33699711630099efc58a4efc225560aceb
Bluetooth: Merge boolean members of struct hci_conn into flags

Now that the flags member of struct hci_conn is supposed to accommodate
any boolean type values we can easily merge all boolean members into it.

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