Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags
authorJohan Hedberg <johan.hedberg@intel.com>
Sun, 8 Jan 2012 21:11:15 +0000 (23:11 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 13 Feb 2012 15:01:25 +0000 (17:01 +0200)
commita8b2d5c2cfe1c6398e3fdd4372c4ae7f74fb4493
tree5e732f5143512a52eb7a343c143c1eaeb565c8f7
parentcbe8fed490601862310f035b9973509b8634998e
Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags

There's no point in exposing these to user-space (which is what happens
to everything in hdev->flags) so move them to dev_flags instead.

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