commit | 5a54e7c85b8303b84a9b2fbf978a74d625f85a99 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sun Jul 13 20:50:15 2014 +0200 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Sun Jul 13 22:32:45 2014 +0300 |
tree | 2645770a8ce89f7d70ebf30eba3358f41ab39993 | |
parent | e03ab5199df597d3f1737ef638a7f692daaaef9f [diff] |
Bluetooth: Convert L2CAP ident spinlock into a mutex The spinlock protecting the L2CAP ident number can be converted into a mutex since the whole processing is run in a workqueue. So instead of using a spinlock, just use a mutex here. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>