From: Chethan T N chethan.tumkur.narayan@intel.com
[ Upstream commit 93df7d56f15e217009323c0fbb5213ab7a14520b ]
As per the specfication vendor codec id is defined. BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 4, Part E page 2127
Fixes: 9ae664028a9e ("Bluetooth: Add support for Read Local Supported Codecs V2") Signed-off-by: Chethan T N chethan.tumkur.narayan@intel.com Signed-off-by: Kiran K kiran.k@intel.com Signed-off-by: Luiz Augusto von Dentz luiz.von.dentz@intel.com Signed-off-by: Sasha Levin sashal@kernel.org --- include/net/bluetooth/hci.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index a3c7dcfa0a05..4518c63e9d17 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -1431,7 +1431,6 @@ struct hci_std_codecs_v2 { } __packed;
struct hci_vnd_codec_v2 { - __u8 id; __le16 cid; __le16 vid; __u8 transport;