Bluetooth: mgmt: Refactor hci_dev lookup for commands
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 28 Feb 2012 04:13:32 +0000 (06:13 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 1 Mar 2012 21:55:58 +0000 (23:55 +0200)
commitbdb6d97154b7b7e98867e9b71bae0f47ec70b1d7
tree73d3cc5c3204ec55164c8f111ba58d1004b63627
parent75fb0e324daa48ec458fb5c2960eb07b80cfad9d
Bluetooth: mgmt: Refactor hci_dev lookup for commands

Almost all mgmt commands need to lookup a struct hci_dev based on the
index received within the mgmt headers. It makese therefore sense to
look this up in a single place and then just pass the hdev pointer to
each command handler function.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/mgmt.c
This page took 0.025718 seconds and 5 git commands to generate.