commit | af6a9c321384400efab1726636e8189737bbbd09 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Jun 24 13:15:53 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Jul 03 17:42:46 2014 +0200 |
tree | 19d78ce4b6c45487461c107d69a01377ce3458d0 | |
parent | 6d5650c4e519794fcc441635ea54f47d68140c93 [diff] |
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>