Bluetooth: Fix L2CAP command reject reason
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 16 Sep 2013 10:05:16 +0000 (13:05 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 18 Sep 2013 21:45:28 +0000 (16:45 -0500)
commit7c2005d6f9128aec77833019f5c134e4c63af9c5
tree690e1d08865a2e1b80e622bd59f4cf11d48bb0d9
parentc4ea249f5f164957ec8402ba9f3b827d740b299c
Bluetooth: Fix L2CAP command reject reason

There are several possible reason codes that can be sent in the command
reject L2CAP packet. Before this patch the code has used a hard-coded
single response code ("command not understood"). This patch adds a
helper function to map the return value of an L2CAP handler function to
the correct command reject reason.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/l2cap_core.c