]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Bluetooth: Set HCI_MGMT flag only in read_controller_info
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Oct 2011 20:36:26 +0000 (22:36 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 31 Oct 2011 19:31:02 +0000 (17:31 -0200)
commitdafbde395ed560ddc3695df40f61d91c47433228
tree3b294d40e1921a89a94b83be4e0fbca63637a71f
parente1b6eb3ccb0c2a34302a9fd87dd15d7b86337f23
Bluetooth: Set HCI_MGMT flag only in read_controller_info

The HCI_MGMT flag should only be set when user space requests the full
controller information. This way we avoid potential issues with setting
change events ariving before the actual read_controller_info command
finishes.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/mgmt.c