]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Bluetooth: Fix clearing discovery type when stopping discovery
authorHemant Gupta <hemant.gupta@stericsson.com>
Thu, 5 Apr 2012 04:57:21 +0000 (10:27 +0530)
committerGustavo Padovan <gustavo@padovan.org>
Wed, 9 May 2012 03:41:37 +0000 (00:41 -0300)
This patch prevents resetting of discovery type while stopping
discovery, since otherwise the wrong type might be send in case of
discovery failure. It also doesn't matter that we are "lazy" with
updating the type since it is anyway reset when starting discovery again
and it's not needed to know the current discovery state.

Signed-off-by: Hemant Gupta <hemant.gupta@stericsson.com>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_core.c

index cc3d164f56fb50c0bfbce6b2b648cbde9190c652..a6108469e9eb250dccaf276c63f42c4752930e66 100644 (file)
@@ -385,7 +385,6 @@ void hci_discovery_set_state(struct hci_dev *hdev, int state)
        case DISCOVERY_STOPPED:
                if (hdev->discovery.state != DISCOVERY_STARTING)
                        mgmt_discovering(hdev, 0);
-               hdev->discovery.type = 0;
                break;
        case DISCOVERY_STARTING:
                break;