diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2011-10-24 22:36:26 +0200 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-10-31 17:31:02 -0200 |
commit | dafbde395ed560ddc3695df40f61d91c47433228 (patch) | |
tree | 3b294d40e1921a89a94b83be4e0fbca63637a71f /net | |
parent | e1b6eb3ccb0c2a34302a9fd87dd15d7b86337f23 (diff) | |
download | linux-next-dafbde395ed560ddc3695df40f61d91c47433228.tar.gz |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/mgmt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 53e109eb043e..99251d19bf6f 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -147,8 +147,6 @@ static int read_index_list(struct sock *sk) hci_del_off_timer(d); - set_bit(HCI_MGMT, &d->flags); - if (test_bit(HCI_SETUP, &d->flags)) continue; |