]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: hci_persistent_key should return bool
authorVishal Agarwal <vishal.agarwal@stericsson.com>
Fri, 13 Apr 2012 12:13:22 +0000 (17:43 +0530)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 16 Apr 2012 09:54:05 +0000 (12:54 +0300)
commitae3bfb78ed49f101e5b3e9b61b80f7a8bafbcb73
tree9b7a6fa609efa90901158b15840a42a21c4b6409
parent83c62c1e3b3eedde18fc11a4c0b7846ff16969cb
Bluetooth: hci_persistent_key should return bool

This patch changes the return type of function hci_persistent_key
from int to bool because it makes more sense to return information
whether a key is persistent or not as a bool.

Signed-off-by: Vishal Agarwal <vishal.agarwal@stericsson.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c
net/bluetooth/mgmt.c