]> git.baikalelectronics.ru Git - kernel.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, 7 Nov 2011 19:24:51 +0000 (17:24 -0200)
commit81c5d21f9dfb5890e511d92424f68d2df225c1ae
tree1ef2e2aff41c2df6b14e0a91341669d829058b2a
parent759b228424796eebb0716fa7e13d1f4bba126449
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