Message ID | 20221122090257.26564-1-kiran.k@intel.com |
---|---|
State | New |
Headers | show |
Series | [v3,1/2] Bluetooth: Remove codec id field in vendor codec definition | expand |
Hello: This series was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 22 Nov 2022 14:32:56 +0530 you wrote: > From: Chethan T N <chethan.tumkur.narayan@intel.com> > > 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> > > [...] Here is the summary with links: - [v3,1/2] Bluetooth: Remove codec id field in vendor codec definition https://git.kernel.org/bluetooth/bluetooth-next/c/f0d0a36e32ab - [v3,2/2] Bluetooth: Fix support for Read Local Supported Codecs V2 https://git.kernel.org/bluetooth/bluetooth-next/c/fb77b0482a8a You are awesome, thank you!
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 7a8a19bef92c..8d773b042c85 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -1455,7 +1455,6 @@ struct hci_std_codecs_v2 { } __packed; struct hci_vnd_codec_v2 { - __u8 id; __le16 cid; __le16 vid; __u8 transport;