Bluetooth: mgmt: Centralize message length checks
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 1 Mar 2012 20:24:41 +0000 (22:24 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 1 Mar 2012 21:55:58 +0000 (23:55 +0200)
commitbe22b54e8711734f4cb93ac31723b955fe9dbbe0
treebd767d8adc1d3ab28700335c99d9e55572d0b82c
parent9d1acbfb774fa5e043a44adedfcc36c9837a5e61
Bluetooth: mgmt: Centralize message length checks

This patch moves the command length information into the command handler
table allowing the removal of length checks from the handler functions
and doing the check in a single place before calling the handler
function.

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