Message ID | 20221122090257.26564-1-kiran.k@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | f0d0a36e32ab0d33d8ca368dc4af451ca6e17f1c |
Headers | show |
Series | [v3,1/2] Bluetooth: Remove codec id field in vendor codec definition | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/SubjectPrefix | success | Gitlint PASS |
tedd_an/BuildKernel | success | BuildKernel PASS |
tedd_an/BuildKernel32 | success | BuildKernel32 PASS |
tedd_an/TestRunnerSetup | success | TestRunnerSetup PASS |
tedd_an/TestRunner_l2cap-tester | success | TestRunner PASS |
tedd_an/TestRunner_iso-tester | success | TestRunner PASS |
tedd_an/TestRunner_bnep-tester | success | TestRunner PASS |
tedd_an/TestRunner_mgmt-tester | success | TestRunner PASS |
tedd_an/TestRunner_rfcomm-tester | success | TestRunner PASS |
tedd_an/TestRunner_sco-tester | success | TestRunner PASS |
tedd_an/TestRunner_ioctl-tester | success | TestRunner PASS |
tedd_an/TestRunner_mesh-tester | success | TestRunner PASS |
tedd_an/TestRunner_smp-tester | success | TestRunner PASS |
tedd_an/TestRunner_userchan-tester | success | TestRunner PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=697980 ---Test result--- Test Summary: CheckPatch PASS 1.36 seconds GitLint PASS 0.57 seconds SubjectPrefix PASS 0.19 seconds BuildKernel PASS 36.61 seconds BuildKernel32 PASS 32.50 seconds TestRunnerSetup PASS 457.29 seconds TestRunner_l2cap-tester PASS 17.07 seconds TestRunner_iso-tester PASS 16.82 seconds TestRunner_bnep-tester PASS 5.68 seconds TestRunner_mgmt-tester PASS 115.63 seconds TestRunner_rfcomm-tester PASS 10.54 seconds TestRunner_sco-tester PASS 9.60 seconds TestRunner_ioctl-tester PASS 11.14 seconds TestRunner_mesh-tester PASS 7.59 seconds TestRunner_smp-tester PASS 9.83 seconds TestRunner_userchan-tester PASS 6.64 seconds IncrementalBuild PASS 44.26 seconds --- Regards, Linux Bluetooth
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;