Bluetooth: Store parameter length with pending mgmt commands
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 5 Dec 2014 11:36:01 +0000 (13:36 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 5 Dec 2014 11:46:09 +0000 (12:46 +0100)
commit323b0b885b5586a39a288d8f10c3a6c7ba901282
treea59016663c609a83534594268ddc6b48499367f3
parent1b9b5ee53023b7299495c01fbee17f1985ec0d47
Bluetooth: Store parameter length with pending mgmt commands

As preparation for making generic cmd_complete responses possible we'll
need to track the parameter length in addition to just a pointer to
them. This patch adds the necessary variable to the pending_cmd struct.

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