From: Johan Hedberg Date: Wed, 28 Jan 2015 17:56:01 +0000 (+0200) Subject: Bluetooth: Fix notifying discovery state upon reset X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~73^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39c5d970d4d1302d3407e0471c55520dd5537069;p=pandora-kernel.git Bluetooth: Fix notifying discovery state upon reset When HCI_Reset is issued the discovery state is assumed to be stopped. The hci_cc_reset() handler was trying to set the state but it was doing it without using the hci_discovery_set_state() function. Because of this e.g. the mgmt Discovering event could go without being sent. This patch fixes the code to use the hci_discovery_set_state() function instead of just blindly setting the state value. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed