]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit054219dbb778807475f8a55a768ce796767df0ce
tree690e1d08865a2e1b80e622bd59f4cf11d48bb0d9
parent4aa8cc66ad8e9eebd9e96a37b610759d5c742703
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