]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: Fix the HCI to MGMT status conversion table
authorYu Liu <yudiliu@google.com>
Mon, 19 Apr 2021 23:53:30 +0000 (16:53 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 4 May 2021 13:20:31 +0000 (15:20 +0200)
commitc96a0ebb1514a543a2a4b84dbdcf3589d74fe6a4
treebda7b7f5c211f92f97db47c0753e0c4eee58392e
parent8da3a0b87f4f1c3a3bbc4bfb78cf68476e97d183
Bluetooth: Fix the HCI to MGMT status conversion table

0x2B, 0x31 and 0x33 are reserved for future use but were not present in
the HCI to MGMT conversion table, this caused the conversion to be
incorrect for the HCI status code greater than 0x2A.

Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
Signed-off-by: Yu Liu <yudiliu@google.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/mgmt.c