Bluetooth: Convert hcon->flush_key to a proper flag
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 24 Jun 2014 10:15:53 +0000 (13:15 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:46 +0000 (17:42 +0200)
commitaf6a9c321384400efab1726636e8189737bbbd09
tree19d78ce4b6c45487461c107d69a01377ce3458d0
parent6d5650c4e519794fcc441635ea54f47d68140c93
Bluetooth: Convert hcon->flush_key to a proper flag

There's no point in having boolean variables in the hci_conn struct
since it already has a flags member. This patch converts the flush_key
member into a proper flag.

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