]> git.openfabrics.org - ~emulex/infiniband.git/commit
Bluetooth: Fix canceling RPA expiry timer
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Feb 2014 18:35:07 +0000 (20:35 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 24 Feb 2014 19:05:26 +0000 (11:05 -0800)
commit4518bb0fb5eda46a9b118a6fbd9661e62a34a5b6
tree0056adc1bc2f147c36aee21a098ec2980585e388
parentc21c0ea07b30eb670be96e67199d1f984512ef96
Bluetooth: Fix canceling RPA expiry timer

The RPA expiry timer is only initialized inside mgmt.c when we receive
the first command from user space. This action also involves setting the
HCI_MGMT flag for the first time so that flag acts as a good indicator
of whether the delayed work variable can be touched or not. This patch
fixes hci_dev_do_close to first check the flag.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_core.c