Bluetooth: Rename pending_cmd to mgmt_pending_cmd
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 6 Mar 2015 19:08:55 +0000 (21:08 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 6 Mar 2015 19:15:21 +0000 (20:15 +0100)
commit3b0602cd01a571177e169c594e5e52b7b740cf08
tree361543ec10b5b105650047898cdf83101c60e0e3
parent2a1afb5ac8d580d2013c2ccc548b4f2689c5ad7a
Bluetooth: Rename pending_cmd to mgmt_pending_cmd

This patch renames the pending_cmd struct (used for tracking pending mgmt
commands) to mgmt_pending_cmd, so that it can be moved to a more generic
place and be used also by other modules using other HCI channels.

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