Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Bluetooth: Remove codec id field in vendor codec definition

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>

authored by

Chethan T N and committed by
Luiz Augusto von Dentz
93df7d56 bcd70260

-1
-1
include/net/bluetooth/hci.h
··· 1435 1435 } __packed; 1436 1436 1437 1437 struct hci_vnd_codec_v2 { 1438 - __u8 id; 1439 1438 __le16 cid; 1440 1439 __le16 vid; 1441 1440 __u8 transport;